ShellItemLessThanOrEqual Operator |
Less-than-or-equal comparison operator.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public static bool operator <=(
ShellItem left,
ShellItem right
)
Public Shared Operator <= (
left As ShellItem,
right As ShellItem
) As Boolean
public:
static bool operator <=(
ShellItem^ left,
ShellItem^ right
)
static let inline (<=)
left : ShellItem *
right : ShellItem : bool
Parameters
- left
- Type: Jam.ShellShellItem
The first instance to compare. - right
- Type: Jam.ShellShellItem
The second instance to compare.
Return Value
Type:
BooleanThe result of the operation.
See Also