ShellItemLessThan Operator |
Less-than comparison operator.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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 : boolParameters
- left ShellItem
- The first instance to compare.
- right ShellItem
- The second instance to compare.
Return Value
BooleanThe result of the operation.
See Also