ShellItemCompareTo Method |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public int CompareTo(
ShellItem other
)
Public Function CompareTo (
other As ShellItem
) As Integer
public:
virtual int CompareTo(
ShellItem^ other
) sealed
abstract CompareTo :
other : ShellItem -> int
override CompareTo :
other : ShellItem -> int
Parameters
- other
- Type: Jam.ShellShellItem
The other item this item is compared to
Return Value
Type:
Int32Negative return value if "other" should follow "this", zero if the two items are the same, -1 if other is null, a positive value otherwise.
Implements
IComparableTCompareTo(T)See Also