Click or drag to resize

DriveListCompare Method

Comparison method for ListView items of the DriveList.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public override int Compare(
	Object x,
	Object y
)

Parameters

x  Object
First DriveListItem
y  Object
Second DriveListItem

Return Value

Int32
Negative if 'x' is less than 'y', 0 if they are equal, or positive if it is greater.

Implements

IComparerCompare(Object, Object)
See Also