Click or drag to resize
ListViewSorterCompare Method

Namespace: ANDREICSLIB.Helpers
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int Compare(
	Object o1,
	Object o2
)

Parameters

o1
Type: SystemObject
o2
Type: SystemObject

Return Value

Type: Int32

Implements

IComparerCompare(Object, Object)
See Also