ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellControls.TJamShellTreeNode.Compare

Compares a given ItemIdList with this shell object

Syntax
Pascal
function Compare(pAbsoluteItemIdList: IItemIdList): HRESULT; overload; deprecated;
Parameters 
Description 
pAbsoluteItemIdList: IItemIdList 
The absolute ItemIdList that should be compared. 

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