ItemIdListCompareTo Method (ItemIdList) |
Determines the relative order of "this" and "other".
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax public 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
- Type: Jam.ShellItemIdList
The ItemIdList to compare with.
Return Value
Type:
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