Compare two destinations for equality by their public keys.
Declared in <addresstype.h>
bool
operator==(
PubKeyDestination const& a,
PubKeyDestination const& b);
True if both hold equal public keys.
| Name | Description |
|---|---|
| a | The first destination. |
| b | The second destination. |