isSameDayAs method

bool isSameDayAs(
  1. Jalali other
)

Implementation

bool isSameDayAs(Jalali other) => year == other.year && month == other.month && day == other.day;