StyleListBaseTContains Method |
Determines whether the list contains the specified item.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool Contains(
T item
)
Parameters
- item T
- The item to locate.
Return Value
Booleantrue if the item is contained in the list; otherwise,
false.
See Also