Return true if the specified lhs and rhs iterators have the same value, and false otherwise. Two iterators have the same value if they refer to data at the same index position. The behavior is undefined unless lhs and rhs both reference into the same set of data.
Declared in <bdlt_dayofweekset.h>
bool
operator==(
DayOfWeekSet_Iter const& lhs,
DayOfWeekSet_Iter const& rhs);