Click or drag to resize

ShellItemTryCompare Method (ShellItem, ShellFolderColumn, CompareIdReturnValue)

Compares this instance column with another.

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

Parameters

other
Type: callback.ShellBoost.CoreShellItem
The other.
column
Type: callback.ShellBoost.CoreShellFolderColumn
The column.
value
Type: callback.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