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