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



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

Parameters

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

Return Value

true if the two TdIntervalHour 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 TdIntervalHour.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
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdIntervalHour Structure
TdIntervalHour Members
Overload List