BigInteger: Equals

Equals

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



 Public Function Equals(
	  ByRef Value As Variant ) As Boolean

Parameters

Value
[ByRef] Variant. The value to determine if this instance is equal to.

Return Values

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

Remarks

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.

See Also

Project CorLib Overview

Class BigInteger Overview