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