Enumeration of the supported ways an IP address comparison can be evaluated.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public enum IpAddressComparisonType
 Members
 Members| Member | Description | 
|---|---|
| IpAddress | Matches an IP address against a CIDR IP range, evaluating to true if
            the IP address being tested is in the condition's specified CIDR IP
            range. | 
| NotIpAddress | Negated form of IpAddress |