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.2
Syntax
public int CompareTo(
	ShellItem other
)

Parameters

other  ShellItem
The other item this item is compared to

Return Value

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