Click or drag to resize

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
)

Parameters

other
Type: Jam.ShellShellComboItem
The other item to compare with.

Return Value

Type: Int32
See the CompareTo(ShellItem) method.

Implements

IComparableTCompareTo(T)
See Also