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



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

Parameters

left
An instance of TdIntervalMinute.
right
An instance of TdIntervalMinute.

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

TdIntervalMinute Structure
TdIntervalMinute Members