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.
Synopsis
Declared in <bdlt_timetable.h>
bool
operator!=(
Timetable_Day const& lhs,
Timetable_Day const& rhs);
Created with MrDocs