Return true if the specified rhs do not have the same value as this bitset and false otherwise. Two bitset do not have the same value when either the sequence or the value of bits they hold are not the same.
true
rhs
false
Declared in <bslstl_bitset.h>
<bslstl_bitset.h>
bool operator!=(bitset const& rhs) const noexcept;