Click or drag to resize

ShellComboItemCompareTo Method (ShellComboItem)

The method compares to ShellItems whith each other.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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