Click or drag to resize

ShellItemCompareTo Method

Compares to ShellItems by comparing their ItemIdLists. CompareTo(ItemIdList)

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

Parameters

other
Type: Jam.ShellShellItem
The other item this item is compared to

Return Value

Type: Int32
Negative return value if "other" should follow "this", zero if the two items are the same, -1 if other is null, a positive value otherwise.

Implements

IComparableTCompareTo(T)
See Also