btck::BlockHashView::operator!=

Compares two block hashes for inequality.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

bool
operator!=(BlockHashView const& other) const;

Return Value

True when the hashes differ.

Parameters

NameDescription
otherThe block hash to compare against.