'Declaration Public Shared Function NotEquals( _ ByVal left As TdPeriodTimestamp, _ ByVal right As TdPeriodTimestamp _ ) As Boolean
'Usage Dim left As TdPeriodTimestamp Dim right As TdPeriodTimestamp Dim value As Boolean value = TdPeriodTimestamp.NotEquals(left, right)
public static bool NotEquals( TdPeriodTimestamp left, TdPeriodTimestamp right )
public: static bool NotEquals( 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.