Click or drag to resize
CidrComparer.Compare 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.Interface.Cidr
rhs
Type: VirtualRadar.Interface.Cidr

Return Value

Type: Int32

Implements

IComparer<T>.Compare(T, T)
See Also