Return true if lhs and rhs timetables have the same value.
Declared in <bdlt_timetable.h>
bool
operator==(
Timetable const& lhs,
Timetable const& rhs);
Return true if the specified lhs and rhs timetables have the same value, and false otherwise. Two timetables have the same value if they have the same initial transition code, the same valid range (or are both empty), the same number of transitions, and each corresponding pair of transitions have the same value.
true if the timetables are equal
| Name | Description |
|---|---|
| lhs | first timetable |
| rhs | second timetable |