ChronoLocalDate.opEquals

Checks if this date is equal to another date, including the chronology. !(p) Compares this date with another ensuring that the date and chronology are the same. !(p) 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

interface ChronoLocalDate
bool
opEquals
(
Object obj
)

Meta