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 | |
---|---|---|
Equals(Double) | Returns a value that indicates whether a big integer is equal to a double. | |
Equals(Int32) | Returns a value that indicates whether a big integer is equal to an integer. | |
Equals(Int64) | Returns a value that indicates whether a big integer is equal to a long integer. | |
Equals(Object) | Returns a value that indicates whether a big integer is equal to an object. (Overrides ValueType.Equals(Object).) | |
Equals(UInt32) | Returns a value that indicates whether a big integer is equal to an integer. | |
Equals(UInt64) | Returns a value that indicates whether a big integer is equal to a long integer. | |
Equals(BigInteger) | Determines if two big integers are equal. |
Top