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

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdTimestampWithTimeZone Structure
TdTimestampWithTimeZone Members
Overload List