Compare two x‐only pubkeys for equality.
Synopsis
Declared in <pubkey.h>
bool
operator==(XOnlyPubKey const& other) const;
Return Value
true if both keys have identical data.
Parameters
Name |
Description |
other |
The pubkey to compare against. |
Created with MrDocs