operator==

Compare two ellswift public keys for equality.

Synopsis

Declared in <pubkey.h>

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

Return Value

true if both keys have identical bytes.

Parameters

NameDescription
aThe left-hand ellswift public key.
bThe right-hand ellswift public key.