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