Compare two records for equality by their serialized key bytes.
Synopsis
Declared in <psbt.h>
bool
operator==(PSBTProprietary const& b) const;
Return Value
True if both records share the same key.
Parameters
Name |
Description |
b |
The record to compare against. |
Created with MrDocs