[#BloombergLP-bdlcc-operator_eq-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::operator== :relfileprefix: ../../ :mrdocs: Equality operators == Synopses Declared in `<bdlcc_skiplist.h>` Return `true` if the specified lists have the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlcc/operator_eq-0e.adoc[operator==]( xref:BloombergLP/bdlcc/SkipList-0a.adoc[SkipList<KEY2, DATA2>] const& lhs, xref:BloombergLP/bdlcc/SkipList-0a.adoc[SkipList<KEY2, DATA2>] const& rhs); ---- [.small]#xref:BloombergLP/bdlcc/operator_eq-0e.adoc[_» more..._]# Return whether `lhs` and `rhs` have the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class KEY, class DATA> bool xref:BloombergLP/bdlcc/operator_eq-05.adoc[operator==]( xref:BloombergLP/bdlcc/SkipList-0a.adoc[SkipList<KEY, DATA>] const& lhs, xref:BloombergLP/bdlcc/SkipList-0a.adoc[SkipList<KEY, DATA>] const& rhs); ---- [.small]#xref:BloombergLP/bdlcc/operator_eq-05.adoc[_» more..._]# == Return Value `true` if `lhs` and `rhs` have the same value, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | object providing the value on the left‐hand side | *rhs* | object providing the value on the right‐hand side |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#