Click or drag to resize

ProjectItemCollectionBaseTItemContainsAnyName Method

Determines whether the collection contains any project item with the specified name. This must not necessarily be an item of the type that this collection stores, because some collections can have a shared name dictionary. In contrast, use Contains(String) to determine if the collection contains an item with the specified name and the native type that the collection stores.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool ContainsAnyName(
	string itemName
)

Parameters

itemName  String
Name of the project item.

Return Value

Boolean
True if the collection contains any project item with the specified name.

Implements

IProjectItemCollectionContainsAnyName(String)
See Also