ShellItemIdListComparesAsAbsolute Method |
Determines the relative order this instance to another.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public int ComparesAsAbsolute(
ShellItemIdList idList,
SHCIDS comparison = SHCIDS.SHCIDS_NONE,
bool throwOnError = true
)
Parameters
- idList
- Type: ShellBoost.CoreShellItemIdList
The PIDL to compare with. - comparison (Optional)
- Type: ShellBoost.Core.WindowsShellSHCIDS
Specifies how the comparison should be performed. - throwOnError (Optional)
- Type: SystemBoolean
true to throw error; otherwise false.
Return Value
Type:
Int32A 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