'Declaration Public Operator <>( _ ByVal left As TdPeriodTimeWithTimeZone, _ ByVal right As TdPeriodTimeWithTimeZone _ ) As Boolean
'Usage
public bool operator !=( TdPeriodTimeWithTimeZone left, TdPeriodTimeWithTimeZone right )
public: bool operator !=( 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.