operator > method

bool operator >(
  1. BigInteger other
)

Implementation

bool operator >(BigInteger other) => _value > other._value;