Click or drag to resize

AscendingIntegerRangeCollectionContains(Int32, Int32) Method

Determines whether this collection contains the specified element.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool Contains(
	int element,
	out int rangeIndex
)

Parameters

element  Int32
The element.
rangeIndex  Int32
If the collection contains the element, this value is the index of the range that contains the element.

Return Value

Boolean
True if the collection contains the element, otherwise false.
See Also