BigInteger: Equals

Equals

Determines if this BigInteger instance is equal to the other value.



 Public Function Equals(
	  ByVal other As BigInteger ) As Boolean

Parameters

other
[ByVal] BigInteger. The other value to determine if this instance is equal to.

Return Values

Boolean -  Returns True if this object and the other value are equal, False otherwise.

Remarks

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.

See Also

Project VBCorLib Overview Class BigInteger Overview BigInteger Properties BigInteger Methods DivRem Factorial