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