Return true if the specified lhs and rhs sets do not have the same value.
Declared in <bdlt_dayofweekset.h>
bool
operator!=(
DayOfWeekSet const& lhs,
DayOfWeekSet const& rhs);
Return true if the specified lhs and rhs sets do not have the same value, and false otherwise. Two sets do not have the same value if they differ in length or there exists an element of one set that is not a member of the other set.
true if lhs and rhs do not have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand set |
| rhs | right-hand set |