[#BloombergLP-bdlt-operator_eq-09d] = 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 `Timetable_ConstIterator` iterators have the same value if they refer to the same timetable and the same transition. == Synopsis Declared in `<bdlt_timetable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:BloombergLP/bdlt/Timetable_ConstIterator.adoc[Timetable_ConstIterator] const& lhs, xref:BloombergLP/bdlt/Timetable_ConstIterator.adoc[Timetable_ConstIterator] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#