Equals
Returns the equality of two BigInteger values.
Public Function Equals(
ByVal x As BigInteger,
ByVal y As BigInteger ) As Boolean
Parameters
- x
-
[ByVal]
BigInteger.
The left handed value to test for equality.
- y
-
[ByVal]
BigInteger.
The right handed value to test for equality.
Return Values
Boolean - True if the values are equal, False otherwise.
Remarks
If Nothing is passed in, it is treated as zero.
See Also
Project CorLib Overview
Class BigIntegerStatic Overview