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.

Synopsis

Declared in <bdlt_timetable.h>

bool
operator==(
    Timetable_CompactableTransition const& lhs,
    Timetable_CompactableTransition const& rhs);

Created with MrDocs