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