mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER

SingleIpRangeV4.CompareTo Method



Compares a provided IP address against this range of IPs


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

Syntax

C#
public int CompareTo(
	ComparableIpAddress IpAddress
)

Parameters

IpAddress
Type: SobekCM.Tools.IpRangeUtilities..::..ComparableIpAddress
IP address to compare to this range

Return Value

Type: Int32
0 if this is in the range, 1 if this range is greater than the IP, or -1 if the range is less than the comparison IP address

See Also



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