Click or drag to resize

ShellItemTryCompare Method (ShellItem, SHCIDS, CompareIdReturnValue)

Compares this instance with another.

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

Parameters

other
Type: ShellBoost.CoreShellItem
The other.
options
Type: ShellBoost.Core.WindowsShellSHCIDS
The options.
value
Type: ShellBoost.CoreCompareIdReturnValue
The comparison result.

Return Value

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