[#BloombergLP-bdlt-operator_eq-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::operator== :relfileprefix: ../../ :mrdocs: 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. == Synopsis Declared in `<bdlt_dayofweekset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:BloombergLP/bdlt/DayOfWeekSet_Iter.adoc[DayOfWeekSet_Iter] const& lhs, xref:BloombergLP/bdlt/DayOfWeekSet_Iter.adoc[DayOfWeekSet_Iter] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#