Compare DateTime with DateTime greater than or equal.
bool isAfterOrEqual(DateTime other) => compareTo(other) >= 0;