Click or drag to resize

ShellItemTryCompare Method (ShellItem, ShellFolderColumn, CompareIdReturnValue)

Compares this instance column with another.

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

Parameters

other
Type: ShellBoost.CoreShellItem
The other.
column
Type: ShellBoost.CoreShellFolderColumn
The column.
value
Type: ShellBoost.CoreCompareIdReturnValue
The result of the comparison.

Return Value

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