BigInt.opEquals

bool opEquals()(auto ref const BigInt y) const pure @nogc @safe

Implements BigInt equality test with other BigInt's and built-in numeric types.

bool opEquals(T)(const T y) if (isIntegral!T) const pure nothrow @nogc @safe

ditto

bool opEquals(T)(const T y) if (isFloatingPoint!T) const pure nothrow @nogc

ditto