AscendingIntegerRangeCollectionContains(Int32) Method |
Determines whether this collection contains the specified element.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool Contains(
int element
)
Parameters
- element Int32
- The element.
Return Value
BooleanTrue if the collection contains the element, otherwise
false.
See Also