'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 TdTimeWithTimeZone.
- right
- An instance of TdTimeWithTimeZone.
Return Value
A boolean is returned that indicates the result of the comparison.