'Declaration Public Operator =( _ ByVal left As TdTimeWithTimeZone, _ ByVal right As TdTimeWithTimeZone _ ) As Boolean
'Usage
public bool operator ==( TdTimeWithTimeZone left, TdTimeWithTimeZone right )
public: bool operator ==( TdTimeWithTimeZone left, TdTimeWithTimeZone right )
Parameters
- left
- An instance of TdTimeWithTimeZones.
- right
- An instance of TdTimeWithTimeZones.
Return Value
A boolean is returned that indicates the result of the comparison.