Click or drag to resize

ShellItemEquality Operator

Equality operator.

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

Parameters

left  ShellItem
The first instance to compare.
right  ShellItem
The second instance to compare.

Return Value

Boolean
The result of the operation.
See Also