Click or drag to resize

ShellItem.CompareTo 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.Shell.ShellItem
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

IComparable<T>.CompareTo(T)
See Also