Click or drag to resize
IPAddressComparerCompare Method
See interface docs.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int Compare(
	IPAddress x,
	IPAddress y
)

Parameters

x
Type: System.NetIPAddress
y
Type: System.NetIPAddress

Return Value

Type: Int32

Implements

IComparerTCompare(T, T)
See Also