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



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

Parameters

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

Return Value

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

TdPeriodTime Structure
TdPeriodTime Members
Overload List