Return true if lhs and rhs daily timetables do not 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 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.
Return Value
true if the daily timetables are not equal
Parameters
Name |
Description |
lhs |
first daily timetable |
rhs |
second daily timetable |
Created with MrDocs