operator==

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

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