| BigInteger: Equals |
Determines if this BigInteger instance is equal to the other value.
Public Function Equals( ByVal other As BigInteger ) As Boolean
The other value 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.
Project VBCorLib Overview Class BigInteger Overview BigInteger Properties BigInteger Methods DivRem Factorial