Click or drag to resize

CSPlaneIDListContains Method

Determines whether the specified plane identifier is contained in the list.

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

Parameters

item  CSPlaneID
The item to locate.

Return Value

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