[This is preliminary documentation and is subject to change.]
Indicates whether the current object is equal to another object of the same type.

C# | Visual Basic | Visual C++ |
public bool Equals( ZonedDateTime other )
Public Function Equals ( _ other As ZonedDateTime _ ) As Boolean
public: virtual bool Equals( ZonedDateTime other ) sealed

- other (ZonedDateTime)
- An object to compare with this object.

true if the current object is equal to the other parameter; otherwise, false.

True if the specified value is the same instant in the same time zone; false otherwise.
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)