Noda Time
Inequality Operator
NamespacesNodaTimeOffsetDateTimeInequality(OffsetDateTime, OffsetDateTime)

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

Implements the operator != (inequality).
Declaration Syntax
C#Visual BasicVisual C++
public static bool operator !=(
	OffsetDateTime left,
	OffsetDateTime right
)
Public Shared Operator <> ( _
	left As OffsetDateTime, _
	right As OffsetDateTime _
) As Boolean
public:
static bool operator !=(
	OffsetDateTime left, 
	OffsetDateTime right
)
Parameters
left (OffsetDateTime)
The left hand side of the operator.
right (OffsetDateTime)
The right hand side of the operator.
Return Value
true if values are not equal to each other, otherwise false.

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