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