'Declaration Public Operator >=( _ ByVal markupPointer1 As C1TextPointer, _ ByVal markupPointer2 As C1TextPointer _ ) As System.Boolean
public System.bool operator >=( C1TextPointer markupPointer1, C1TextPointer markupPointer2 )
Parameters
- markupPointer1
- The first text pointer to compare.
- markupPointer2
- The second text pointer to compare.
Return Value
True if the first pointer is to the right of or is equal to the second pointer, otherwise false.