ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
IItemIdList.CompareTo Method

Compares the given ItemIdList to this instance by their name

Syntax
Pascal
function CompareTo(const pItemIdList2: IItemIdList): HRESULT;
Parameters 
Description 
const pItemIdList2: IItemIdList 
The ItemIdList that should be compared 

Integer: 0 if both are equal, a value larger than 0 if pItemIdList2 is larger than this instance, a value smaller than 0.

Copyright (c) 2011. All rights reserved.