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