Compare two extended keys for equality of all fields.

Synopsis

Declared in <key.h>

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

Return Value

true if all fields are equal.

Parameters

Name

Description

a

The left‐hand extended key.

b

The right‐hand extended key.

Created with MrDocs