ShellBrowser .Net Edition
CompareTo Method (other)
NamespacesJam.ShellItemIdListCompareTo(ItemIdList)
Determines the relative order of "this" and "other".
Declaration Syntax
C#Visual BasicVisual C++
public int CompareTo(
	ItemIdList other
)
Public Function CompareTo ( _
	other As ItemIdList _
) As Integer
public:
virtual int CompareTo(
	ItemIdList^ other
) sealed
Parameters
other (ItemIdList)
The ItemIdList to compare with.
Return Value
Negative return value if "other" should follow "this", zero if the two items are the same, a positive value otherwise.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf argument was null.

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