Returns whether the specified key is present in the index.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
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)
Reference