menu
u package
documentation
utils/shamsi.dart
JalaliExt
isSameDayAs method
isSameDayAs method
dark_mode
light_mode
isSameDayAs
method
bool
isSameDayAs
(
Jalali
other
)
Implementation
bool isSameDayAs(Jalali other) => year == other.year && month == other.month && day == other.day;
u package
documentation
utils/shamsi
JalaliExt
isSameDayAs method
JalaliExt extension on
Jalali