RecurrenceGetHashCode Method

Get a hash code for the recurrence object

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public override int GetHashCode()

Return Value

Int32
Returns the hash code for the recurrence object

Remarks

To compute the hash code, it converts the recurrence to its string form

See Also