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