[#BloombergLP-bdlmt-SignalerConnection-operator_assign-004] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/SignalerConnection.adoc[SignalerConnection]::operator= :relfileprefix: ../../../ :mrdocs: Make this connection refer to and assume management of the same slot (if any) as the specified `rhs` connection, and reset `rhs` to a default‐constructed state. Return `*this`. Throws nothing. == Synopsis Declared in `<bdlmt_signaler.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlmt/SignalerConnection.adoc[SignalerConnection]& operator=(xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<SignalerConnection>] rhs) noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#