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



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

Parameters

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

Return Value

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

TdPeriodTimeWithTimeZone Structure
TdPeriodTimeWithTimeZone Members
Overload List