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



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

Parameters

left
An instance of TdIntervalMinuteToSecond.
right
An instance of TdIntervalMinuteToSecond.

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

false

left is equal to right

-or-

left and right are Null.

Requirements

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdIntervalMinuteToSecond Structure
TdIntervalMinuteToSecond Members