Click or drag to resize

ShellItem.TryCompare 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.Core.ShellItem
The other.
options
Type: callback.ShellBoost.Core.WindowsShell.SHCIDS
The options.
value
Type: callback.ShellBoost.Core.CompareIdReturnValue
The comparison result.

Return Value

Type: Boolean
true if comparison succeeded, false otherwise.
Exceptions
ExceptionCondition
ArgumentNullExceptionother is null.
See Also