IAscendingIntegerCollectionContains Method |
Determines whether the specified integer value is contained in this collection.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxbool Contains(
int nValue
)
Parameters
- nValue Int32
- The integer value to test for membership.
Return Value
BooleanTrue if the integer value is a member of the collection; otherwise, false.
See Also