[This is preliminary documentation and is subject to change.]
Implements the operator ==.

C# | Visual Basic | Visual C++ |
public static bool operator ==( ZonedDateTime left, ZonedDateTime right )
Public Shared Operator = ( _ left As ZonedDateTime, _ right As ZonedDateTime _ ) As Boolean
public: static bool operator ==( ZonedDateTime left, ZonedDateTime right )

- left (ZonedDateTime)
- The first value to compare
- right (ZonedDateTime)
- The second value to compare

True if the two operands are equal according to Equals(ZonedDateTime); false otherwise
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)