@Override
public boolean equals (Object obj)

Implementing: java.time.chrono.ChronoLocalDate

Checks if this date is equal to another date.

Compares this LocalDate with another ensuring that the date is the same.

Only objects of type LocalDate are compared, other types return false. To compare the dates of two TemporalAccessor instances, including dates in two different chronologies, use ChronoField.EPOCH_DAY as a comparator.

Parameters:
obj    the object to check, null returns false

Returns:  true if this is equal to the other date