[This is preliminary documentation and is subject to change.]
Implements the operator != (inequality).

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

- left (LocalDateTime)
- The left hand side of the operator.
- right (LocalDateTime)
- The right hand side of the operator.

true if values are not equal to each other, otherwise false.
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)