Click or drag to resize

LinearPartitioningContains(Object) Method

Determines whether the IList contains a specific value.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Contains(
	Object? value
)

Parameters

value  Object
The object to locate in the IList.

Return Value

Boolean
if the Object is found in the IList; otherwise, .

Implements

IListContains(Object)
See Also