Whether other is numerically greater than this big integer.
other
bool operator <=(Obj<BigInt> other) => value <= other.value;