Click or drag to resize

ShellItemEquality Operator

Equality operator.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public static bool operator ==(
	ShellItem left,
	ShellItem right
)

Parameters

left
Type: Jam.ShellShellItem
The first instance to compare.
right
Type: Jam.ShellShellItem
The second instance to compare.

Return Value

Type: Boolean
The result of the operation.
See Also