[#operator_eq-0e7] = operator== :mrdocs: Compare two private keys for equality of compression flag and key material. == Synopsis Declared in `<key.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:CKey.adoc[CKey] const& a, xref:CKey.adoc[CKey] const& b); ---- == Return Value true if both keys have the same compression flag and byte data. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The left‐hand key. | *b* | The right‐hand key. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#