Click or drag to resize

JamItemIdListCollectionContains Method

Determines whether an element is in the collection

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public bool Contains(
	IJamItemIdList item
)

Parameters

item
Type: Jam.ShellIJamItemIdList
the item

Return Value

Type: Boolean
true, if the item is returned

Implements

ICollectionTContains(T)
See Also