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#
    
 
 
true if the index contains the value key; otherwise false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public bool Contains(
	T key
)Parameters
- key T
 - A key value.
 
Return Value
Booleantrue if the index contains the value key; otherwise false.