[#BloombergLP-bdlt-operator_not_eq-07c6] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` compactable transitions do not have the same value, and `false` otherwise. Two compactable transitions do not have the same value if they do not have the same time or the same code. == Synopsis Declared in `<bdlt_timetable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/bdlt/Timetable_CompactableTransition.adoc[Timetable_CompactableTransition] const& lhs, xref:BloombergLP/bdlt/Timetable_CompactableTransition.adoc[Timetable_CompactableTransition] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#