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



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

Parameters

left
An instance of TdIntervalHourToSecond.
right
An instance of TdIntervalHourToSecond.

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

false

left is equal to right

-or-

left and right are Null.

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

TdIntervalHourToSecond Structure
TdIntervalHourToSecond Members