isAtSameMomentAs method

bool isAtSameMomentAs(
  1. Jalali other
)

Implementation

bool isAtSameMomentAs(Jalali other) => compareTo(other) == 0;