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