Noda Time
Equality Operator
NamespacesNodaTimeInstantEquality(Instant, Instant)

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

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

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