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



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

Parameters

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

Return Value

true if the two TdPeriodDate values are equal, false otherwise.
Remarks

In order for two periods to be equivalent the beginning and ending bounds between the two values must be equivalent.

The boolean that is returned indicates the following conditions

false will be returned if:

true will be returned if:

Requirements

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

See Also

Reference

TdPeriodDate Structure
TdPeriodDate Members
Overload List