[#BloombergLP-balb-FileCleanerConfiguration-operator_assign] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balb.adoc[balb]::xref:BloombergLP/balb/FileCleanerConfiguration.adoc[FileCleanerConfiguration]::operator= :relfileprefix: ../../../ :mrdocs: Assign to this object the in‐core value of the specified `rhs`. == Synopsis Declared in `<balb_filecleanerconfiguration.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/balb/FileCleanerConfiguration.adoc[FileCleanerConfiguration]& operator=(xref:BloombergLP/balb/FileCleanerConfiguration.adoc[FileCleanerConfiguration] const& rhs); ---- == Description Assign to this file cleaner configuration object the in‐core value of the specified `rhs` object, and return a reference providing modifiable access to this object. == Return Value reference providing modifiable access to this object == Parameters [cols="1,4"] |=== | Name| Description | *rhs* | configuration object to assign from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#