XOnlyPubKey::operator==

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

NameDescription
otherThe pubkey to compare against.