btck::BlockHashApi::operator==

Compares two block hashes for equality.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

bool
operator==(Derived const& other) const;

Return Value

True when both hashes are identical.

Parameters

NameDescription
otherThe block hash to compare against.