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



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

Parameters

left
An instance of TdIntervalDayToMinute.
right
An instance of TdIntervalDayToMinute.

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

TdIntervalDayToMinute Structure
TdIntervalDayToMinute Members