'Declaration
Public Function CompareTo( _ ByVal other As C1TextPointer _ ) As Integer
public int CompareTo( C1TextPointer other )
Parameters
- other
- The C1TextPointer to compare with.
Return Value
Less than zero: this C1TextPointer precedes position. Zero: this C1TextPointer is at the same location as position. Greater than zero: this C1TextPointer follows position.