Click or drag to resize

ShellItemIdListEquality Operator

Implements the == operator.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public static bool operator ==(
	ShellItemIdList item1,
	ShellItemIdList item2
)

Parameters

item1
Type: ShellBoost.CoreShellItemIdList
The item1.
item2
Type: ShellBoost.CoreShellItemIdList
The item2.

Return Value

Type: Boolean
The result of the operator.
See Also