NamedItemListTContains(INamedItem) Method |
Determines whether the specified item exists in the list.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool Contains(
INamedItem item
)
Parameters
- item INamedItem
- The item to locate.
Return Value
Boolean if the item exists; otherwise,
.
See Also