Compares this item to the specified shell item.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public int Compares(
Object shellItem,
SICHINTF comparison = SICHINTF.SICHINT_DISPLAY,
bool throwOnError = true
)
Parameters
- shellItem
- Type: SystemObject
The shell item. - comparison (Optional)
- Type: ShellBoost.Core.WindowsShellSICHINTF
The comparison. - throwOnError (Optional)
- Type: SystemBoolean
true to throw error; otherwise false.
Return Value
Type:
Int320 if the items are the same, 1 or -1 if they are different, or an error value otherwise.
See Also