'Declaration Public Shared Function NotEquals( _ ByVal left As TdPeriodDate, _ ByVal right As TdPeriodDate _ ) As Boolean
'Usage Dim left As TdPeriodDate Dim right As TdPeriodDate Dim value As Boolean value = TdPeriodDate.NotEquals(left, right)
public static bool NotEquals( TdPeriodDate left, TdPeriodDate right )
public: static bool NotEquals( TdPeriodDate left, TdPeriodDate right )
Parameters
- left
- An instance of TdPeriodDate.
- right
- An instance of TdPeriodDate.
Return Value
A boolean is returned that indicates the result of the comparison.