operator ==

The equality operator.

  bool operator==(const bitset<N>& rhs) const;
  
Remarks

Returns true if the argument is equal to the right side bitset.