[#PSBTProprietary-operator_eq] = xref:PSBTProprietary.adoc[PSBTProprietary]::operator== :relfileprefix: ../ :mrdocs: Compare two records for equality by their serialized key bytes. == Synopsis Declared in `<psbt.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==(xref:PSBTProprietary.adoc[PSBTProprietary] const& b) const; ---- == Return Value True if both records share the same key. == Parameters [cols="1,4"] |=== | Name| Description | *b* | The record to compare against. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#