Table of Contents

Method MatchOr

Namespace
MonoMod.Cil
Assembly
MonoMod.Utils.dll

MatchOr(Instruction)

Matches an instruction with opcode Or.
public static bool MatchOr(this Instruction instr)

Parameters

instr Instruction
The instruction to try to match.

Returns

bool
true if the instruction matches; false otherwise.