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



Teradata.Client.Provider Namespace > TdPeriodTimestampWithTimeZone Structure : GetHashCode Method
Returns the hash code for this instance.
Syntax
'Declaration
 
Public Overrides Function GetHashCode() As Integer
'Usage
 
Dim instance As TdPeriodTimestampWithTimeZone
Dim value As Integer
 
value = instance.GetHashCode()
public override int GetHashCode()
public:
int GetHashCode(); override 

Return Value

The hash code is returned.
Remarks

When calculating the hash code of a Period the algorithm that is used is

TdPeriodTimestampWithTimeZone.Begin Exclusive OR (XOR) TdPeriodTimestampWithTimeZone.End

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