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



Teradata.Client.Provider Namespace > TdIntervalMonth Structure > Equals Method : Equals(TdIntervalMonth) Method
TdIntervalMonth that will be compared to this instance of TdIntervalMonth.
Compares this instance and another TdIntervalMonth to determine whether they are equal.
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal other As TdIntervalMonth _
) As Boolean
'Usage
 
Dim instance As TdIntervalMonth
Dim other As TdIntervalMonth
Dim value As Boolean
 
value = instance.Equals(other)
public bool Equals( 
   TdIntervalMonth other
)
public:
bool Equals( 
   TdIntervalMonth other
) 

Parameters

other
TdIntervalMonth that will be compared to this instance of TdIntervalMonth.

Return Value

true if the two TdIntervalMonth objects are equal, false otherwise.
Remarks

The return value is true if the instance is equal to the other, false otherwise.

Return Value Description
true

This instance and other are TdIntervalMonth.Null

-or-

This instance is equal to other.

false

This instance is Null and other is not Null

-or-

This instance is not Null and other is Null

-or-

This instance is not equal to other.

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
Overload List