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



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

Parameters

other
A TdDate that will be compared to this instance of TdDate.

Return Value

true if the two TdDate 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

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

TdDate Structure
TdDate Members
Overload List