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



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

Parameters

left
An instance of TdIntervalDay.
right
An instance of TdIntervalDay.

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

TdIntervalDay Structure
TdIntervalDay Members