Return true if lhs and rhs daily timetables do not have the same value.
Declared in <bdlt_timetable.h>
bool
operator!=(
Timetable_Day const& lhs,
Timetable_Day const& rhs);
Return true if the specified lhs and rhs daily timetables do not have the same value, and false otherwise. Two daily timetables do not have the same value if they do not have the same initial transition code, they do not have the same number of transitions, or there is a corresponding pair of transitions that do not have the same value.
true if the daily timetables are not equal
| Name | Description |
|---|---|
| lhs | first daily timetable |
| rhs | second daily timetable |