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



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

Parameters

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

Return Value

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

TdPeriodTimestampWithTimeZone Structure
TdPeriodTimestampWithTimeZone Members
Overload List