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