Click or drag to resize

ShellFolderServerTryCompareIdLists Method

Compares two PIDls. This method currently returns false. Comparison is delegated to ShellItem's TryCompare method.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual bool TryCompareIdLists(
	ShellItemIdList idList1,
	ShellItemIdList idList2,
	SHCIDS options,
	out CompareIdReturnValue value
)

Parameters

idList1
Type: ShellBoost.CoreShellItemIdList
The identifier list1.
idList2
Type: ShellBoost.CoreShellItemIdList
The identifier list2.
options
Type: ShellBoost.Core.WindowsShellSHCIDS
The options.
value
Type: ShellBoost.CoreCompareIdReturnValue
The comparison result.

Return Value

Type: Boolean
true if comparison succeeded, false otherwise.
See Also