Click or drag to resize

ItemCompares Method

Compares this item to the specified shell item.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public int Compares(
	Object shellItem,
	SICHINTF comparison = SICHINTF.SICHINT_DISPLAY,
	bool throwOnError = true
)

Parameters

shellItem
Type: SystemObject
The shell item.
comparison (Optional)
Type: callback.ShellBoost.Core.WindowsShellSICHINTF
The comparison.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: Int32
0 if the items are the same, 1 or -1 if they are different, or an error value otherwise.
See Also