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.0
C#
public bool Contains(
	T key
)

Parameters

key  T
A key value.

Return Value

Boolean
true if the index contains the value key; otherwise false.

Implements

ICollection<T>.Contains(T)

See Also