[#bsl-enable_shared_from_this-operator_assign] = xref:bsl.adoc[bsl]::xref:bsl/enable_shared_from_this.adoc[enable_shared_from_this]::operator= :relfileprefix: ../../ :mrdocs: Return `*this`. This object is unchanged. Note that the specified `rhs` is not used. == Synopsis Declared in `<bslstl_sharedptr.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/enable_shared_from_this.adoc[enable_shared_from_this]& operator=(xref:bsl/enable_shared_from_this.adoc[enable_shared_from_this] const& rhs) noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#