Click or drag to resize

ShellItem.TryCompareAllFields 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.Core.ShellItem
The other.
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