Return true if lhs and rhs compactable transitions do not have the same value.
Declared in <bdlt_timetable.h>
bool
operator!=(
Timetable_CompactableTransition const& lhs,
Timetable_CompactableTransition const& rhs);
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.
true if the compactable transitions are not equal
| Name | Description |
|---|---|
| lhs | first compactable transition |
| rhs | second compactable transition |