'Declaration Public Function CompareTo( _ ByVal other As SelectionRange _ ) As Integer
'Usage Dim instance As SelectionRange Dim other As SelectionRange Dim value As Integer value = instance.CompareTo(other)
public int CompareTo( SelectionRange other )
Parameters
- other
- A SelectionRange with which the caller will be compared.
Return Value
-1 if the caller is less than other, 1 if the caller is greater than other, or 0 if caller and other are identical.