Returns whether the specified key is present in the index.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public bool Contains(
T key
)
Public Function Contains (
key As T
) As Boolean
public:
virtual bool Contains(
T key
) sealed
abstract Contains :
key : 'T -> bool
override Contains :
key : 'T -> bool
Parameters
- key
- Type: T
A key value.
Return Value
Type:
Boolean if the index contains the value
key;
otherwise
.
Implements
ICollectionTContains(T)
Numerical Libraries
Supported in: 6.0
Reference