Click or drag to resize

ShellItemTryCompareAllFields Method

Compares this instance all columns with another.

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

Parameters

other
Type: ShellBoost.CoreShellItem
The other.
value
Type: ShellBoost.CoreCompareIdReturnValue
The comparison result.

Return Value

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