Noda Time
Equals Method (other)
NamespacesNodaTimeLocalDateEquals(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 bool Equals(
	LocalDate other
)
Public Function Equals ( _
	other As LocalDate _
) As Boolean
public:
virtual bool Equals(
	LocalDate other
) sealed
Parameters
other (LocalDate)
The value to compare this date with.
Return Value
True if the given value is another local date equal to this one; false otherwise.

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