Return true if the specified lhs and rhs sets 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 have the same value, and false otherwise. Two sets have the same value if they have the same length and all the elements of one set are members of the other set.
true if lhs and rhs have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand set |
| rhs | right-hand set |