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



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

Parameters

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

Return Value

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

false will be returned if:

true will be returned if:

Refer to TdTimestampWithTimeZone.CompareTo for more information.

Requirements
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdTimestampWithTimeZone Structure
TdTimestampWithTimeZone Members
Overload List