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



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

Parameters

left
An instance of TdIntervalHour.
right
An instance of TdIntervalHour.

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

false

left is equal to right

-or-

left and right are Null.

Requirements

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

See Also

Reference

TdIntervalHour Structure
TdIntervalHour Members