[#btck-ChainParams-operator_assign-04] = xref:btck.adoc[btck]::xref:btck/ChainParams.adoc[ChainParams]::operator= :relfileprefix: ../../ :mrdocs: Copy‐assigns by duplicating the other handle's C object. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:btck/Handle-046.adoc[Handle<btck_ChainParameters, &btck_chain_parameters_copy, &btck_chain_parameters_destroy>]& operator=(xref:btck/Handle-046.adoc[Handle<btck_ChainParameters, &btck_chain_parameters_copy, &btck_chain_parameters_destroy>] const& other); ---- == Return Value A reference to this handle. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The handle to copy from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#