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