Overload List
| Name | Description | |
|---|---|---|
| Contains( Byte ) | 
            Returns true if this IPRange contains the provided IPAddress bytes
              | |
| Contains(IPAddress) | 
            Returns true if this IPRange contains the provided IPAddress
              | |
| Contains(String) | 
            Returns true if this IPRange contains the provided IPAddress
              | |
| Contains(IEnumerable IPRange , IPAddress) | 
            Returns true if the provided IPAddress is within one of the provided IPRanges, otherwise false
              | 
See Also