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