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