BigInteger: Equals |
Determines if this BigInteger instance is equal to the other value.
Public Function Equals( ByRef Value As Variant ) As Boolean
The function accepts a String, Number, Byte Array, or BigInteger object. The BInt function is called to convert the other value to a BigInteger object before comparison.