ShellItemCompareTo Method |
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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 ShellItem
- The other item this item is compared to
Return Value
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