Click or drag to resize

NamedItemListTContains(String) Method

Determines whether an item with the specified name 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(
	string itemName
)

Parameters

itemName  String
The item name to locate.

Return Value

Boolean
if an item with the specified name exists; otherwise, .
See Also