[#btck-Context-operator_assign-0a7] = xref:btck.adoc[btck]::xref:btck/Context.adoc[Context]::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_Context, &btck_context_copy, &btck_context_destroy>]& operator=(xref:btck/Handle-046.adoc[Handle<btck_Context, &btck_context_copy, &btck_context_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]#