Index<T>.Contains Method
Returns whether the specified key is present in the index.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
true if the index contains the value key; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public bool Contains(
T key
)
Parameters
- key T
- A key value.
Return Value
Booleantrue if the index contains the value key; otherwise false.