Operator operator ==
operator ==(BitArray128, BitArray128)
Equality operator.
Declaration
public static bool operator ==(BitArray128 a, BitArray128 b)
Parameters
| Type | Name | Description | 
|---|---|---|
| BitArray128 | a | First bit array.  | 
    
| BitArray128 | b | Second bit array.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | True if both bit arrays are equals.  |