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



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

Parameters

left
An instance of TdIntervalYearToMonth.
right
An instance of TdIntervalYearToMonth.

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

TdIntervalYearToMonth Structure
TdIntervalYearToMonth Members