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