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