[#operator_eq-05d] = operator== :mrdocs: Comparator implementation. == Synopsis Declared in `<pubkey.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:CPubKey.adoc[CPubKey] const& a, xref:CPubKey.adoc[CPubKey] const& b); ---- == Return Value true if both public keys have identical serialized bytes. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The left‐hand public key. | *b* | The right‐hand public key. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#