btck::TxidView::operator==

Compares two transaction ids for equality.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

bool
operator==(TxidApi<TxidView> const& other) const;

Return Value

True when both ids are identical.

Parameters

NameDescription
otherThe txid to compare against.