Skip to main content
A newer version of this page is available. .

RecurrenceInfo.GetHashCode() Method

Serves as a hash function for a RecurrenceInfo class.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.Core.dll

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

Declaration

public override int GetHashCode()

Returns

Type Description
Int32

A hash code for the current RecurrenceInfo object.

See Also