BloombergLP::bdlmt::operator==

Return true if lhs and rhs refer to the same slot.

Synopsis

Declared in <bdlmt_signaler.h>

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

Description

Return true if the specified lhs and rhs referring to the same slot and false otherwise.

Return Value

true if lhs and rhs refer to the same slot, and false otherwise

Parameters

NameDescription
lhsleft-hand-side connection
rhsright-hand-side connection