Operator Inequality
Inequality(BigRational.Integer, BigRational.Integer)
Declaration
public static bool operator !=(BigRational.Integer a, BigRational.Integer b)
Parameters
| Type | Name | Description |
|---|---|---|
| BigRational.Integer | a | |
| BigRational.Integer | b |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Inequality(BigRational.Integer, Int64)
Declaration
public static bool operator !=(BigRational.Integer a, long b)
Parameters
| Type | Name | Description |
|---|---|---|
| BigRational.Integer | a | |
| System.Int64 | b |
Returns
| Type | Description |
|---|---|
| System.Boolean |