ShellBrowser .Net Edition
Compare Method (x, y)
NamespacesJam.ShellFileListCompare(Object, Object)
Compares two FileListItem objects by their ItemIdList with each other.
Declaration Syntax
C#Visual BasicVisual C++
public override int Compare(
	Object x,
	Object y
)
Public Overrides Function Compare ( _
	x As Object, _
	y As Object _
) As Integer
public:
virtual int Compare(
	Object^ x, 
	Object^ y
) override
Parameters
x (Object)
First FileListItem
y (Object)
Second FileListItem, which will be compared with first one.
Return Value
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.
Remarks
User added columns will be compared by the Text property of the ShellListItems.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)