Click or drag to resize

StyleListBaseTContains Method

Determines whether the list contains the specified item.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Contains(
	T item
)

Parameters

item  T
The item to locate.

Return Value

Boolean
true if the item is contained in the list; otherwise, false.
See Also