[This is preliminary documentation and is subject to change.]
Returns a hash code for the specified time zone.

C# | Visual Basic | Visual C++ |
public int GetHashCode( DateTimeZone obj )
Public Function GetHashCode ( _ obj As DateTimeZone _ ) As Integer
public: virtual int GetHashCode( DateTimeZone^ obj ) sealed

- obj (DateTimeZone)
- The time zone to compute a hash code for.

A hash code for the specified object.

The hash code generated by any instance of ZoneEqualityComparer will be equal to the hash code
generated by any other instance constructed with the same options and interval, for the same time zone (or equal ones).
Two instances of ZoneEqualityComparer with different options or intervals may (but may not) produce
different hash codes for the same zone.
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)