[This is preliminary documentation and is subject to change.]
An inequality test.
Namespace:
BigNumAssembly: BigNum (in BigNum)
Version: 1.0.0.0
Syntax
| C# |
|---|
public static bool operator !=( BigInt left, BigInt right ) |
| Visual Basic (Declaration) |
|---|
Public Shared Operator <> ( _ left As BigInt, _ right As BigInt _ ) As Boolean |
| Visual C++ |
|---|
public: static bool operator !=( BigInt^ left, BigInt^ right ) |
Parameters
- left
- Type: BigNum..::.BigInt
One operand.
- right
- Type: BigNum..::.BigInt
The other operand.