operator !=

The inequality operator.

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

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