'Declaration Public Shared Function NotEquals( _ ByVal left As TdIntervalMonth, _ ByVal right As TdIntervalMonth _ ) As Boolean
'Usage Dim left As TdIntervalMonth Dim right As TdIntervalMonth Dim value As Boolean value = TdIntervalMonth.NotEquals(left, right)
public static bool NotEquals( TdIntervalMonth left, TdIntervalMonth right )
public: static bool NotEquals( TdIntervalMonth left, TdIntervalMonth right )
Parameters
- left
- An instance of TdIntervalMonth.
- right
- An instance of TdIntervalMonth.