[This is preliminary documentation and is subject to change.]
Compares two time zones for equality according to the options and interval provided to this comparer.

C# | Visual Basic | Visual C++ |
public bool Equals( DateTimeZone x, DateTimeZone y )
Public Function Equals ( _ x As DateTimeZone, _ y As DateTimeZone _ ) As Boolean
public: virtual bool Equals( DateTimeZone^ x, DateTimeZone^ y ) sealed

- x (DateTimeZone)
- The first DateTimeZone to compare.
- y (DateTimeZone)
- The second DateTimeZone to compare.

true if the specified time zones are equal under the options and interval of this comparer; otherwise, false.
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)