Operator operator ==
operator ==(BitArray8, BitArray8)
Equality 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 both bit arrays are equals.  |