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



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

Parameters

left
An instance of TdDate.
right
An instance of TdDate.

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 TdDate.Null

-or-

left is less than or greater than right.

false

left and right are Null

-or-

left is equal to right.

Requirements
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdDate Structure
TdDate Members