isAtSameMomentAs method

bool isAtSameMomentAs(
  1. Jalali other
)

Implementation

bool isAtSameMomentAs(Jalali other) {
  return other.compareTo(this) == 0;
}