[#NetGroupManager-operator_assign-0f] = xref:NetGroupManager.adoc[NetGroupManager]::operator= :relfileprefix: ../ :mrdocs: Copy assignment is disabled. == Synopsis Declared in `<netgroup.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:NetGroupManager.adoc[NetGroupManager]& operator=(xref:NetGroupManager.adoc[NetGroupManager] const& other) = delete; ---- == Return Value A reference to this manager. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The manager that would be assigned from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#