'Declaration Public Operator <=( _ ByVal left As TdPeriodTimestamp, _ ByVal right As TdPeriodTimestamp _ ) As Boolean
'Usage
public bool operator <=( TdPeriodTimestamp left, TdPeriodTimestamp right )
public: bool operator <=( TdPeriodTimestamp left, TdPeriodTimestamp right )
Parameters
- left
- An instance of TdPeriodTimestamp.
- right
- An instance of TdPeriodTimestamp.