Click or drag to resize

ShellComboItemCompareTo(ShellComboItem) Method

The method compares to ShellItems whith each other.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public int CompareTo(
	ShellComboItem other
)

Parameters

other  ShellComboItem
The other item to compare with.

Return Value

Int32
See the CompareTo(ShellItem) method.

Implements

IComparableTCompareTo(T)
See Also