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