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



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

Parameters

left
An instance of TdIntervalDayToSecond.
right
An instance of TdIntervalDayToSecond.

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

TdIntervalDayToSecond Structure
TdIntervalDayToSecond Members