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



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

Parameters

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

Return Value

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

The boolean that is returned indicates the following conditions

false will be returned if:

true will be returned if:

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

TdTimestamp Structure
TdTimestamp Members
Overload List