Click or drag to resize

ShellItemTryCompareAllFields Method

Compares this instance all columns with another.

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

Parameters

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