BloombergLP::bdlt::operator!=

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

Synopsis

Declared in <bdlt_timetable.h>

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

Description

Return true if the specified lhs and rhs timetable transitions do not have the same value, and false otherwise. Two timetable transitions do not have the same value if they do not have the same datetime or the same code.

Return Value

true if the timetable transitions are not equal

Parameters

NameDescription
lhsfirst timetable transition
rhssecond timetable transition