Click or drag to resize

ShellFolderServerTryCompareIdLists Method

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

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

Parameters

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

Return Value

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