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



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

Parameters

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

Return Value

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

false will be returned if:

true will be returned if:

Refer to TdTime.CompareTo for more information about comparing TdTime values.
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

TdTime Structure
TdTime Members
Overload List