mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER

IpRangeSetV4.Contains Method (ComparableIpAddress)



Check to see if a given IP address is within the IP ranges in this set


Namespace: SobekCM.Tools.IpRangeUtilities
Assembly: SobekCM_Tools (in SobekCM_Tools.dll) Version: 4.10.0.0 (4.10.0)

Syntax

C#
public bool Contains(
	ComparableIpAddress Address
)

Parameters

Address
Type: SobekCM.Tools.IpRangeUtilities..::..ComparableIpAddress
IP address to check for inclusion ( as a ComparableIpAddress object )

Return Value

Type: Boolean
TRUE if the IP address is within the ranges, otherwise FALSE

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )