wallet::CHDChain::operator==

Compares two HD chains for equality by seed id.

Synopsis

Declared in <wallet/walletdb.h>

bool
operator==(CHDChain const& chain) const;

Return Value

true if both chains have the same seed id.

Parameters

NameDescription
chainThe HD chain to compare against.