ShellComboItemCompareTo(ShellComboItem) Method |
The method compares to ShellItems whith each other.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic int CompareTo(
ShellComboItem other
)
Public Function CompareTo (
other As ShellComboItem
) As Integer
public:
virtual int CompareTo(
ShellComboItem^ other
) sealed
abstract CompareTo :
other : ShellComboItem -> int
override CompareTo :
other : ShellComboItem -> int
Parameters
- other ShellComboItem
- The other item to compare with.
Return Value
Int32See the
CompareTo(ShellItem) method.
Implements
IComparableTCompareTo(T)
See Also