Checks if this quantity's magnitude is less than another's.
bool operator <(Quantity<T> other) => compareTo(other) < 0;