DirtyFlagMapTKey, TValueGetHashCode Method

Quartz.NET 3.0 API Documentation
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

Namespace:  Quartz.Util
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public override int GetHashCode()

Return Value

Type: Int32
A hash code for the current Object.
See Also

Reference