Operator operator !=
operator !=(BitArray128, BitArray128)
Inequality operator.
Declaration
public static bool operator !=(BitArray128 a, BitArray128 b)
Parameters
| Type | Name | Description |
|---|---|---|
| BitArray128 | a | First bit array. |
| BitArray128 | b | Second bit array. |
Returns
| Type | Description |
|---|---|
| bool | True if the bit arrays are not equals. |