'Declaration Public Function CompareTo( _ ByVal other As LinearRange _ ) As Integer
'Usage Dim instance As LinearRange Dim other As LinearRange Dim value As Integer value = instance.CompareTo(other)
public int CompareTo( LinearRange other )
Parameters
- other
- An object to compare with this object.