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



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

Parameters

left
An instance of TdIntervalHourToMinute.
right
An instance of TdIntervalHourToMinute.

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 TdIntervalHourToMinute.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

TdIntervalHourToMinute Structure
TdIntervalHourToMinute Members