ShellBrowser Delphi Components Documentation
|
Returns True if the given ItemIdList is the same as this instance.
function Equals(const pItemIdList2: IItemIdList; pComparison: TItemIdListComparison = ilcDisplay): Boolean;
Parameters |
Description |
const pItemIdList2: IItemIdList |
The ItemIdList that should be checked for equality |
pComparison: TItemIdListComparison = ilcDisplay |
Optional: The comparsion to perform. Per default the ItemIdLists are compared by display name. |
Boolean: True if they are equal, False otherwise
This method replaces the old Equals() method with the boolean parameter as second argument. When calling this method without a parameter it behaves like the old Equals(). If the old method was called with False as second argument the new should be called with ilcExact.