[#BloombergLP-bdlt-operator_eq-06d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::operator== :relfileprefix: ../../ :mrdocs: Return `true` if `lhs` and `rhs` compactable transitions have the same value. == 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); ---- == Description Return `true` if the specified `lhs` and `rhs` compactable transitions have the same value, and `false` otherwise. Two compactable transitions have the same value if they have the same time and code. == Return Value `true` if the compactable transitions are equal == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | first compactable transition | *rhs* | second compactable transition |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#