Compare DateTime with DateTime less than or equal.
bool isBeforeOrEqual(DateTime other) => compareTo(other) <= 0;