ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamFileListItem.Compare Method (IItemIdList)

Compares a given ItemIdList with this item based on the current TJamShellList.SortColumn.

Syntax
Pascal
function Compare(pAbsoluteItemIdList: IItemIdList): HResult; overload;
Parameters 
Description 
pAbsoluteItemIdList: IItemIdList 
The absolute ItemIdList that should be compared to this item. 

HRESULT: 0 if both are equal, a value larger than 0 if pAbsoluteItemIdList is larger than this instance, a value smaller than 0 otherwise.

Copyright (c) 2011. All rights reserved.