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



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

Parameters

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

Return Value

true if the two TdIntervalHourToSecond 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 TdIntervalHourToSecond.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

TdIntervalHourToSecond Structure
TdIntervalHourToSecond Members
Overload List