Noda Time
Equality Operator
NamespacesNodaTimeLocalDateEquality(LocalDate, LocalDate)

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

Compares two LocalDate values for equality. This requires that the dates be the same, within the same calendar.
Declaration Syntax
C#Visual BasicVisual C++
public static bool operator ==(
	LocalDate lhs,
	LocalDate rhs
)
Public Shared Operator = ( _
	lhs As LocalDate, _
	rhs As LocalDate _
) As Boolean
public:
static bool operator ==(
	LocalDate lhs, 
	LocalDate rhs
)
Parameters
lhs (LocalDate)
The first value to compare
rhs (LocalDate)
The second value to compare
Return Value
True if the two dates are the same and in the same calendar; false otherwise

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