Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

BigInteger::Equality Operator

 

Returns a value that indicates whether two values are equal.

Namespace:   System.Numerics
Assembly:  System.Numerics (in System.Numerics.dll)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(BigInteger, BigInteger)

Returns a value that indicates whether the values of two BigInteger objects are equal.

System_CAPS_puboperatorSystem_CAPS_staticEquality(BigInteger, Int64)

Returns a value that indicates whether a BigInteger value and a signed long integer value are equal.

System_CAPS_puboperatorSystem_CAPS_staticEquality(BigInteger, UInt64)

Returns a value that indicates whether a BigInteger value and an unsigned long integer value are equal.

System_CAPS_puboperatorSystem_CAPS_staticEquality(Int64, BigInteger)

Returns a value that indicates whether a signed long integer value and a BigInteger value are equal.

System_CAPS_puboperatorSystem_CAPS_staticEquality(UInt64, BigInteger)

Returns a value that indicates whether an unsigned long integer value and a BigInteger value are equal.

Return to top
Show:
© 2017 Microsoft