Return true if lhs and rhs iterators have the same value.
Declared in <bdlt_timetable.h>
bool
operator==(
Timetable_ConstIterator const& lhs,
Timetable_ConstIterator const& rhs);
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.
true if the iterators are equal
| Name | Description |
|---|---|
| lhs | first iterator |
| rhs | second iterator |