equalsBigInt abstract method

bool equalsBigInt(
  1. BigInt n
)

Returns true if n is equals to this number.

Implementation

bool equalsBigInt(BigInt n);