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.0
Syntax
public override int Compare(
	Object x,
	Object y
)

Parameters

x
Type: SystemObject
First DriveListItem
y
Type: SystemObject
Second DriveListItem

Return Value

Type: 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