Click or drag to resize

ShellItemGreaterThan Operator

Greater-than comparison operator.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
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