Determines whether a specific key exists in the lookup.
Namespace:
Extreme.DataAnalysis.Linq
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public bool Contains(
TKey key
)
Public Function Contains (
key As TKey
) As Boolean
public:
bool Contains(
TKey key
)
member Contains :
key : 'TKey -> bool
Parameters
- key
- Type: TKey
Return Value
Type:
Boolean
Reference