[This is preliminary documentation and is subject to change.]
Determines whether the specified DateTimeZone is equal to this instance.

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

- obj (DateTimeZone)
- The DateTimeZone to compare with this instance.


This implementation performs initial checks which would be common to all child implementations,
and then delegates to EqualsImpl(DateTimeZone).
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)