Netmask.contains()
Description
Checks if an address belongs to the block.
Syntax
netmask.contains(ip)
Parameters
contains(ip)
ip
A string containing an IP address in dot-decimal notation.
Return Value
A boolean indicating if the specified IP address belongs to the block.