Gets a comparator that compares {@code ChronoLocalDate} _in
time-line order ignoring the chronology.
!(p)
This comparator differs from the comparison _in {@link #compareTo} _in that it
only compares the underlying date and not the chronology.
This allows dates _in different calendar systems to be compared based
on the position of the date on the local time-line.
The underlying comparison is equivalent to comparing the epoch-day.
@return a comparator that compares _in time-line order ignoring the chronology
@see #isAfter
@see #isBefore
@see #isEqual
Gets a comparator that compares {@code ChronoLocalDate} _in time-line order ignoring the chronology. !(p) This comparator differs from the comparison _in {@link #compareTo} _in that it only compares the underlying date and not the chronology. This allows dates _in different calendar systems to be compared based on the position of the date on the local time-line. The underlying comparison is equivalent to comparing the epoch-day.
@return a comparator that compares _in time-line order ignoring the chronology @see #isAfter @see #isBefore @see #isEqual