BigInteger::Inequality Operator
Returns a value that indicates whether two numeric values are not equal.
Assembly: System.Numerics (in System.Numerics.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Inequality(BigInteger, BigInteger) | Returns a value that indicates whether two BigInteger objects have different values. |
![]() ![]() | Inequality(BigInteger, Int64) | Returns a value that indicates whether a BigInteger value and a 64-bit signed integer are not equal. |
![]() ![]() | Inequality(BigInteger, UInt64) | Returns a value that indicates whether a BigInteger value and a 64-bit unsigned integer are not equal. |
![]() ![]() | Inequality(Int64, BigInteger) | Returns a value that indicates whether a 64-bit signed integer and a BigInteger value are not equal. |
![]() ![]() | Inequality(UInt64, BigInteger) | Returns a value that indicates whether a 64-bit unsigned integer and a BigInteger value are not equal. |

