Compares two transaction ids for equality.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

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

Return Value

True when both ids are identical.

Parameters

Name

Description

other

The txid to compare against.

Created with MrDocs