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



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

Parameters

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

Return Value

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

In order for two periods to be equivalent both their beginning and ending bounds 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

TdPeriodTimestamp Structure
TdPeriodTimestamp Members
Overload List