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

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

- 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.


This implementation always throws NotImplementedException.

Exception | Condition |
---|---|
NotImplementedException | Always. |
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)