Check if bitset a and bitset b are identical.
Declared in <util/bitset.h>
<util/bitset.h>
constexpr bool operator==( IntBitSet const& a, IntBitSet const& b) noexcept = default;
true if a and b have the same bits set.