Skip to main content

DateRange.GetHashCode() Method

Gets the hash code (a number) that corresponds to the value of the current DateRange object.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public override int GetHashCode()

#Returns

Type Description
Int32

An integer value representing the hash code for the current object.

#Remarks

The function supports the .NET infrastructure. For more information on hash codes, see the Object.GetHashCode topic in MSDN.

See Also