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