Click or drag to resize

ShellItemIdEquality Operator

Implements the == operator.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool operator ==(
	ShellItemId item1,
	ShellItemId item2
)

Parameters

item1
Type: callback.ShellBoost.CoreShellItemId
The item1.
item2
Type: callback.ShellBoost.CoreShellItemId
The item2.

Return Value

Type: Boolean
The result of the operator.
See Also