transaction_identifier::operator==

Compares two identifiers for equality.

Synopsis

Declared in <primitives/transaction_identifier.h>

constexpr
bool
operator==(transaction_identifier const& other) const = default;

Return Value

True if both identifiers wrap the same value.

Parameters

NameDescription
otherThe identifier to compare against.