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

Name

Description

a

The left‐hand extended public key.

b

The right‐hand extended public key.

Created with MrDocs