NamedItemListTContains(String) Method |
Determines whether an item with the specified name exists in the list.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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