Send feedback on this topic.
Teradata.Client.Provider
Inequality Operator (TdTimestampWithTimeZone)



Teradata.Client.Provider Namespace > TdTimestampWithTimeZone Structure : Inequality Operator
An instance of TdTimestampWithTimeZone.
An instance of TdTimestampWithTimeZone.
Compares two TdTimestampWithTimeZones to determine whether the left operand is not equal to the right operand.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal left As TdTimestampWithTimeZone, _
   ByVal right As TdTimestampWithTimeZone _
) As Boolean
'Usage
 
public bool operator !=( 
   TdTimestampWithTimeZone left,
   TdTimestampWithTimeZone right
)
public:
bool operator !=( 
   TdTimestampWithTimeZone left,
   TdTimestampWithTimeZone right
)

Parameters

left
An instance of TdTimestampWithTimeZone.
right
An instance of TdTimestampWithTimeZone.

Return Value

A boolean is returned that indicates the result of the comparison.
Remarks

The value returned is true if the left is not equal to the right, false otherwise.

Return Value Description
true

left or right is TdTimestampWithTimeZone.Null

-or-

left is less than or greater than right.

false

left and right are Null

-or-

left is equal to right.

For more information on how the comparison is performed refer to TdTimestampWithTimeZone.CompareTo.

Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdTimestampWithTimeZone Structure
TdTimestampWithTimeZone Members