Compare two positions for equality by block sequence and offset.
Declared in <index/txindex_key.h>
constexpr
bool
operator==(
BlockTxPosition const& lhs,
BlockTxPosition const& rhs) = default;
True if both positions have the same block sequence and offset.
| Name | Description |
|---|---|
| lhs | Left-hand position to compare. |
| rhs | Right-hand position to compare. |