operator==

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

NameDescription
w1The first destination.
w2The second destination.