Return true if the specified lhs and rhs timetables do not have the same value, and false otherwise. Two timetables do not have the same value if they do not have the same initial transition code, do not have the same valid range (and are not both empty), do not have the same number of transitions, or, for at least one corresponding pair of transitions, do not have the same value.

Synopsis

Declared in <bdlt_timetable.h>

bool
operator!=(
    Timetable const& lhs,
    Timetable const& rhs);

Created with MrDocs