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



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

Parameters

left
An instance of TdIntervalMonth.
right
An instance of TdIntervalMonth.

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

TdIntervalMonth Structure
TdIntervalMonth Members