Return true if lhs and rhs timetables do not have the same value.

Synopsis

Declared in <bdlt_timetable.h>

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

Description

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.

Return Value

true if the timetables are not equal

Parameters

Name

Description

lhs

first timetable

rhs

second timetable

Created with MrDocs