[#operator_eq-007e] = operator== :mrdocs: Compare two services for equality. == Synopsis Declared in `<netaddress.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:CService.adoc[CService] const& a, xref:CService.adoc[CService] const& b); ---- == Return Value True when both services are equal. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The first service to compare. | *b* | The second service to compare. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#