[#wallet-CHDChain-operator_eq] = xref:wallet.adoc[wallet]::xref:wallet/CHDChain.adoc[CHDChain]::operator== :relfileprefix: ../../ :mrdocs: Compares two HD chains for equality by seed id. == Synopsis Declared in `<wallet/walletdb.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==(xref:wallet/CHDChain.adoc[CHDChain] const& chain) const; ---- == Return Value true if both chains have the same seed id. == Parameters [cols="1,4"] |=== | Name| Description | *chain* | The HD chain to compare against. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#