[This is preliminary documentation and is subject to change.]
Implements equality in derived classes.

C# | Visual Basic | Visual C++ |
protected abstract bool EqualsImpl( DateTimeZone zone )
Protected MustOverride Function EqualsImpl ( _ zone As DateTimeZone _ ) As Boolean
protected: virtual bool EqualsImpl( DateTimeZone^ zone ) abstract

- zone (DateTimeZone)
- The zone to compare with this one. This is guaranteed (when called by Equals(DateTimeZone)) to be a non-null reference of the same type as this instance.

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)