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::Inequality Operator

 

Returns a value that indicates whether two numeric values are not equal.

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

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticInequality(BigInteger, BigInteger)

Returns a value that indicates whether two BigInteger objects have different values.

System_CAPS_puboperatorSystem_CAPS_staticInequality(BigInteger, Int64)

Returns a value that indicates whether a BigInteger value and a 64-bit signed integer are not equal.

System_CAPS_puboperatorSystem_CAPS_staticInequality(BigInteger, UInt64)

Returns a value that indicates whether a BigInteger value and a 64-bit unsigned integer are not equal.

System_CAPS_puboperatorSystem_CAPS_staticInequality(Int64, BigInteger)

Returns a value that indicates whether a 64-bit signed integer and a BigInteger value are not equal.

System_CAPS_puboperatorSystem_CAPS_staticInequality(UInt64, BigInteger)

Returns a value that indicates whether a 64-bit unsigned integer and a BigInteger value are not equal.

Return to top
Show:
© 2017 Microsoft