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
Name |
Description |
other |
The identifier to compare against. |
Created with MrDocs