'Declaration Public Overloads Function CompareTo( _ ByVal other As TdPeriodTimestamp _ ) As Integer
'Usage Dim instance As TdPeriodTimestamp Dim other As TdPeriodTimestamp Dim value As Integer value = instance.CompareTo(other)
public int CompareTo( TdPeriodTimestamp other )
public: int CompareTo( TdPeriodTimestamp other )
Parameters
- other
- The TdPeriodTimestamp to compare against.
Return Value
The result of the comparison is returned as an integer.