Compare two private keys for equality of compression flag and key material.

Synopsis

Declared in <key.h>

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

Return Value

true if both keys have the same compression flag and byte data.

Parameters

Name

Description

a

The left‐hand key.

b

The right‐hand key.

Created with MrDocs