equals

open operator override fun equals(other: Any?): Boolean

Compares this BigInteger with the specified Object for equality.

Return

true if and only if the specified Object is a BigInteger whose value is numerically equal to this BigInteger.

Parameters

other

Object to which this BigInteger is to be compared.