Skip to main content

WeekDaysWorkDay.GetHashCode() Method

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

#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 GetHashCode() topic in MSDN.

See Also