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