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