operator > method

bool operator > (
  1. BigInt other
)

Relational greater than operator.

Implementation

bool operator >(BigInt other);