[#CConnman-AddedNodesContain] = xref:CConnman.adoc[CConnman]::AddedNodesContain :relfileprefix: ../ :mrdocs: Return whether the given address matches one of the manually added nodes. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e2b7494c8), requires_capability(0x7f2e289421d8), requires_capability(0x7f2e234d13b8), requires_capability(0x7f2e2737db58), requires_capability(0x7f2e235ef1e8), requires_capability(0x7f2e2a34b2d8), requires_capability(0x7f2e219f80a8), requires_capability(0x7f2e21c82f68), requires_capability(0x7f2e1aa35ac8), requires_capability(0x7f2e376b7ba8), requires_capability(0x7f2e433cd738)]] bool AddedNodesContain(xref:CAddress.adoc[CAddress] const& addr) const; ---- == Return Value true if the address matches a manually added node. == Parameters [cols="1,4"] |=== | Name| Description | *addr* | the address to test. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#