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

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdTimeWithTimeZone Structure
TdTimeWithTimeZone Members
Overload List