[#operator_eq-04e] = operator== :mrdocs: Compare two destinations for equality by version and program. == Synopsis Declared in `<addresstype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:WitnessUnknown.adoc[WitnessUnknown] const& w1, xref:WitnessUnknown.adoc[WitnessUnknown] const& w2); ---- == Return Value True if both hold equal versions and programs. == Parameters [cols="1,4"] |=== | Name| Description | *w1* | The first destination. | *w2* | The second destination. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#