Click or drag to resize

ShellItemTryCompare Method (ShellItem, SHCIDS, CompareIdReturnValue)

Compares this instance with another.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual bool TryCompare(
	ShellItem other,
	SHCIDS options,
	out CompareIdReturnValue value
)

Parameters

other
Type: callback.ShellBoost.CoreShellItem
The other.
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.
Exceptions
ExceptionCondition
ArgumentNullExceptionother is null.
See Also