BloombergLP::bdlcc::operator==

Return true if the specified lists have the same value.

Synopsis

Declared in <bdlcc_skiplist.h>

bool
operator==(
    SkipList<KEY2, DATA2> const& lhs,
    SkipList<KEY2, DATA2> const& rhs);

Return Value

true if lhs and rhs have the same value, and false otherwise

Parameters

NameDescription
lhsobject providing the value on the left-hand side
rhsobject providing the value on the right-hand side