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



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

Parameters

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

Return Value

true if the two TdTimeWithTimeZone are equal, false otherwise.
Remarks

false will be returned if:

true will be returned if:

Refer to TdTimeWithTimeZone.CompareTo for more information about comparing TdTimeWithTimeZone values.

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

TdTimeWithTimeZone Structure
TdTimeWithTimeZone Members
Overload List