isBefore method

bool isBefore(
  1. Jalali date
)

Implementation

bool isBefore(Jalali date) {
  return date.compareTo(this) > 0;
}