Compare two destinations for equality by version and program.
Declared in <addresstype.h>
bool
operator==(
WitnessUnknown const& w1,
WitnessUnknown const& w2);
True if both hold equal versions and programs.
| Name | Description |
|---|---|
| w1 | The first destination. |
| w2 | The second destination. |