Return true if rhs has the same bit values as this bitset.
Return true if the specified rhs has the same value as this bitset and false otherwise. Two bitsets have the same value when the sequence and value of bits they hold are the same.
true if the bitsets are equal, and false otherwise
| Name | Description |
|---|---|
| rhs | bitset to compare with this object |