ShellBrowser .Net Edition
CompareTo Method (other)
NamespacesJam.ShellShellItemCompareTo(ShellItem)
Compares to ShellItems by comparing their ItemIdLists. ItemIdList
Declaration Syntax
C#Visual BasicVisual C++
public int CompareTo(
	ShellItem other
)
Public Function CompareTo ( _
	other As ShellItem _
) As Integer
public:
virtual int CompareTo(
	ShellItem^ other
) sealed
Parameters
other (ShellItem)
The other item this item is compared to
Return Value
Negative return value if "other" should follow "this", zero if the two items are the same, -1 if other is null, a positive value otherwise.

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