[#operator_eq-005] = operator== :mrdocs: Compare two extended keys for equality of all fields. == Synopsis Declared in `<key.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:CExtKey.adoc[CExtKey] const& a, xref:CExtKey.adoc[CExtKey] const& b); ---- == Return Value true if all fields are equal. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The left‐hand extended key. | *b* | The right‐hand extended key. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#