Index<T>.Contains Method

Returns whether the specified key is present in the index.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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