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