Click or drag to resize

ShellItemGreaterThanOrEqual Operator

Greater-than-or-equal comparison operator.

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