Method IsBefore
IsBefore(Instruction)
Is this cursor before the given instruction?
public bool IsBefore(Instruction instr)
Parameters
instr
Instruction- The instruction to check.
Returns
- bool
- True if this cursor is before the given instruction, false otherwise.