[#BanMan-IsBanned-05] = xref:BanMan.adoc[BanMan]::IsBanned :relfileprefix: ../ :mrdocs: Return whether sub_net is exactly banned == Synopsis Declared in `<banman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e3ae94cc8)]] bool IsBanned(xref:CSubNet.adoc[CSubNet] const& sub_net); ---- == Return Value true if the exact subnet is banned. == Parameters [cols="1,4"] |=== | Name| Description | *sub_net* | The subnet to test. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#