operator==

Compare two extended public keys for equality of all fields (excluding version).

Synopsis

Declared in <pubkey.h>

bool
operator==(
    CExtPubKey const& a,
    CExtPubKey const& b);

Return Value

true if depth, fingerprint, child index, chain code and pubkey are equal.

Parameters

NameDescription
aThe left-hand extended public key.
bThe right-hand extended public key.