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