Return true if lhs and rhs timetable transitions have the same value.
Declared in <bdlt_timetable.h>
bool
operator==(
TimetableTransition const& lhs,
TimetableTransition const& rhs);
Return true if the specified lhs and rhs timetable transitions have the same value, and false otherwise. Two timetable transitions have the same value if they have the same datetime and code.
true if the timetable transitions are equal
| Name | Description |
|---|---|
| lhs | first timetable transition |
| rhs | second timetable transition |