Comparator implementation.

Synopsis

Declared in <pubkey.h>

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

Return Value

true if both public keys have identical serialized bytes.

Parameters

Name

Description

a

The left‐hand public key.

b

The right‐hand public key.

Created with MrDocs