Click or drag to resize

ItemIdListCompareTo(ItemIdList) Method

Determines the relative order of "this" and "other".

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

Parameters

other  ItemIdList
The ItemIdList to compare with.

Return Value

Int32
Negative return value if "other" should follow "this", zero if the two items are the same, a positive value otherwise.

Implements

IComparableTCompareTo(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionIf argument was null.
See Also