Compares two identifiers for equality.
Declared in <primitives/transaction_identifier.h>
constexpr
bool
operator==(transaction_identifier const& other) const = default;
True if both identifiers wrap the same value.
| Name | Description |
|---|---|
| other | The identifier to compare against. |