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