ItemIdListCompareTo Method (ItemIdList, ItemIdListComparison) |
Determines the relative order of "this" and "other".
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public int CompareTo(
ItemIdList other,
ItemIdListComparison comparison
)
Public Function CompareTo (
other As ItemIdList,
comparison As ItemIdListComparison
) As Integer
public:
int CompareTo(
ItemIdList^ other,
ItemIdListComparison comparison
)
member CompareTo :
other : ItemIdList *
comparison : ItemIdListComparison -> int
Parameters
- other
- Type: Jam.ShellItemIdList
The ItemIdList to compare with. - comparison
- Type: Jam.ShellItemIdListComparison
The comparsion to perform.
Return Value
Type:
Int32Negative return value if "other" should follow "this", zero if the two items are the same, a positive value otherwise.
Exceptions See Also