[#operator_eq-02] = operator== :mrdocs: Compare two KeyOriginInfo for equality. == Synopsis Declared in `<script/keyorigin.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bool operator==( xref:KeyOriginInfo.adoc[KeyOriginInfo] const& a, xref:KeyOriginInfo.adoc[KeyOriginInfo] const& b) = default; ---- == Return Value true if both the fingerprint and path are equal. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The left‐hand operand. | *b* | The right‐hand operand. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#