| ItemIdListCompareTo(Object) Method | 
Determines the relative order of "this" and "other".
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
 Syntax
Syntaxpublic int CompareTo(
	Object obj
)
Public Function CompareTo ( 
	obj As Object
) As Integer
public:
virtual int CompareTo(
	Object^ obj
) sealed
abstract CompareTo : 
        obj : Object -> int 
override CompareTo : 
        obj : Object -> int Parameters
- obj  Object
- The ItemIdList to compare the current ItemIdList with.
Return Value
Int32
            Negative return value if "other" should follow "this", zero if the two items are the same, a
            positive value otherwise.
            
Implements
IComparableCompareTo(Object) See Also
See Also