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