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