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