BigInteger.Equals Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Determines if two big integers are equal.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Equals(Double) Returns a value that indicates whether a big integer is equal to a double.
Public method Equals(Int32) Returns a value that indicates whether a big integer is equal to an integer.
Public method Equals(Int64) Returns a value that indicates whether a big integer is equal to a long integer.
Public method Equals(Object) Returns a value that indicates whether a big integer is equal to an object. (Overrides ValueType.Equals(Object).)
Public method Equals(UInt32) Returns a value that indicates whether a big integer is equal to an integer.
Public method Equals(UInt64) Returns a value that indicates whether a big integer is equal to a long integer.
Public method Equals(BigInteger) Determines if two big integers are equal.

Top

See Also

Reference

BigInteger Structure

Microsoft.SolverFoundation.Common Namespace