ShellBrowser .Net Edition
Compare Method (x, y)
NamespacesJam.ShellShellListViewCompare(Object, Object)
Compares two ShellListItem objects with their ItemIdList with eachother.
Declaration Syntax
C#Visual BasicVisual C++
public int Compare(
	Object x,
	Object y
)
Public Function Compare ( _
	x As Object, _
	y As Object _
) As Integer
public:
virtual int Compare(
	Object^ x, 
	Object^ y
) sealed
Parameters
x (Object)
First ShellListItem.
y (Object)
Second ShellListItem, 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 eqaul 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)