compareTo

actual open operator override fun compareTo(other: LocalDate): Int(source)
expect open operator override fun compareTo(other: LocalDate): Int(source)

Compares this date with the other date. Returns zero if this date represent the same day as the other (i.e. equal to other), a negative number if this date is earlier than the other, and a positive number if this date is later than the other.

actual open operator override fun compareTo(other: LocalDate): Int(source)
actual open operator override fun compareTo(other: LocalDate): Int(source)