Return true if lhs and rhs daily timetables have the same value.
Synopsis
Declared in <bdlt_timetable.h>
bool
operator==(
Timetable_Day const& lhs,
Timetable_Day const& rhs);
Description
Return true if the specified lhs and rhs daily timetables have the same value, and false otherwise. Two daily timetables have the same value if they have the same initial transition code, the same number of transitions, and each corresponding pair of transitions has the same value.
Return Value
true if the daily timetables are equal
Parameters
Name |
Description |
lhs |
first daily timetable |
rhs |
second daily timetable |
Created with MrDocs