Click or drag to resize
CidrComparerCompare 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(
	Cidr lhs,
	Cidr rhs
)

Parameters

lhs
Type: VirtualRadar.InterfaceCidr
rhs
Type: VirtualRadar.InterfaceCidr

Return Value

Type: Int32

Implements

IComparerTCompare(T, T)
See Also