Noda Time
Inequality Operator
NamespacesNodaTimeZonedDateTimeInequality(ZonedDateTime, ZonedDateTime)

[This is preliminary documentation and is subject to change.]

Implements the operator !=.
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
left (ZonedDateTime)
The first value to compare
right (ZonedDateTime)
The second value to compare
Return Value
False if the two operands are equal according to Equals(ZonedDateTime); true otherwise

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)