Click or drag to resize

NamedItemListTContains(INamedItem) Method

Determines whether the specified item exists in the list.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Contains(
	INamedItem item
)

Parameters

item  INamedItem
The item to locate.

Return Value

Boolean
if the item exists; otherwise, .
See Also