Click or drag to resize

FileListCompare Method

Compares two FileListItem objects by their ItemIdList with each other.

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

Parameters

x
Type: SystemObject
First FileListItem
y
Type: SystemObject
Second FileListItem, which will be compared with first one.

Return Value

Type: Int32
Returns a value less than 0 if x is less than y, 0 if x is equal to y and a value greater than 0 if x is greater than y.

Implements

IComparerCompare(Object, Object)
Remarks
User added columns will be compared by the Text property of the ShellListItems.
See Also