[#BloombergLP-bdlcc-SkipListPairHandle-operator_assign] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SkipListPairHandle.adoc[SkipListPairHandle]::operator= :relfileprefix: ../../../ :mrdocs: Change this `SkipListPairHandle` to refer to the same list and pair as the specified `rhs`. If this `SkipListPairHandle` initially refers to a pair, release the reference. Return `*this`. == Synopsis Declared in `<bdlcc_skiplist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlcc/SkipListPairHandle.adoc[SkipListPairHandle<KEY, DATA>]& operator=(xref:BloombergLP/bdlcc/SkipListPairHandle.adoc[SkipListPairHandle] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#