FixedHolidayGetHashCode Method

Get a hash code for the holiday 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 holiday object

Remarks

To compute the hash code, it XORs the various property values together

See Also