PSBTProprietary::operator==

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

NameDescription
bThe record to compare against.