'Declaration Public Shared Function Compare( _ ByVal left As TdIntervalMonth, _ ByVal right As TdIntervalMonth _ ) As Integer
'Usage Dim left As TdIntervalMonth Dim right As TdIntervalMonth Dim value As Integer value = TdIntervalMonth.Compare(left, right)
public static int Compare( TdIntervalMonth left, TdIntervalMonth right )
public: static int Compare( TdIntervalMonth left, TdIntervalMonth right )
Parameters
- left
- An instance of TdIntervalMonth.
- right
- An instance of TdIntervalMonth.
Return Value
The result of the comparison is returned as a signed integer.