BigIntegerStatic: Equals

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 -  Returns True if the values are equal, False otherwise.

Remarks

If Nothing is passed in, it is treated as zero.

See Also

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