Compares two transactions for equality by witness hash.
Declared in <primitives/transaction.h>
bool
operator==(
CTransaction const& a,
CTransaction const& b);
True if both transactions have the same witness hash.
| Name | Description |
|---|---|
| a | The left-hand transaction. |
| b | The right-hand transaction. |