Click or drag to resize

ShellItemIdListComparesAsAbsolute Method

Determines the relative order this instance to another.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public int ComparesAsAbsolute(
	ShellItemIdList idList,
	SHCIDS comparison = SHCIDS.SHCIDS_NONE,
	bool throwOnError = true
)

Parameters

idList
Type: callback.ShellBoost.CoreShellItemIdList
The PIDL to compare with.
comparison (Optional)
Type: callback.ShellBoost.Core.WindowsShellSHCIDS
Specifies how the comparison should be performed.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: Int32
A negative return value indicates that this should precede the other one (this < idList). A positive return value indicates that the first item should follow the other one (this > idList). A return value of zero indicates that the two items are the same (this = idList).
See Also