ShellComboItemCompareTo Method (ShellComboItem) |
The method compares to ShellItems whith each other.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public 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
- Type: Jam.ShellShellComboItem
The other item to compare with.
Return Value
Type:
Int32See the
CompareTo(ShellItem) method.
Implements
IComparableTCompareTo(T)See Also