[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( LocalDateTime other )
Public Function Equals ( _ other As LocalDateTime _ ) As Boolean
public: virtual bool Equals( LocalDateTime other ) sealed

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

true if the current object is equal to the other parameter; otherwise, false.
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)