[#BloombergLP-bdlt-operator_not_eq-076] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if `lhs` and `rhs` daily timetables do not have the same value. == Synopsis Declared in `<bdlt_timetable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/bdlt/Timetable_Day.adoc[Timetable_Day] const& lhs, xref:BloombergLP/bdlt/Timetable_Day.adoc[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 [cols="1,4"] |=== | Name| Description | *lhs* | first daily timetable | *rhs* | second daily timetable |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#