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