Send feedback on this topic.
Teradata.Client.Provider
NotEquals Method (TdIntervalSecond)



Teradata.Client.Provider Namespace > TdIntervalSecond Structure : NotEquals Method
An instance of TdIntervalSecond.
An instance of TdIntervalSecond.
Compares two TdIntervalSecond interval types to determine whether the left is not equal to right.
Syntax
'Declaration
 
Public Shared Function NotEquals( _
   ByVal left As TdIntervalSecond, _
   ByVal right As TdIntervalSecond _
) As Boolean
'Usage
 
Dim left As TdIntervalSecond
Dim right As TdIntervalSecond
Dim value As Boolean
 
value = TdIntervalSecond.NotEquals(left, right)
public static bool NotEquals( 
   TdIntervalSecond left,
   TdIntervalSecond right
)
public:
static bool NotEquals( 
   TdIntervalSecond left,
   TdIntervalSecond right
) 

Parameters

left
An instance of TdIntervalSecond.
right
An instance of TdIntervalSecond.

Return Value

true indicates left is not equal to right, false otherwise.

Return Value Description
true

left is less than or greater than right

-or-

Either left or right is TdIntervalSecond.Null.

false

left is equal to right

-or-

left and right are Null.

Requirements
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdIntervalSecond Structure
TdIntervalSecond Members