LocalDate.opEquals

Checks if this date is equal to another date. !(p) Compares this {@code LocalDate} with another ensuring that the date is the same. !(p) Only objects of type {@code LocalDate} are compared, other types return false. To compare the dates of two {@code TemporalAccessor} instances, including dates _in two different chronologies, use {@link ChronoField#EPOCH_DAY} as a comparator.

@param obj the object to check, null returns false @return true if this is equal to the other date

class LocalDate
override
bool
opEquals
(
Object obj
)

Meta