ILookup<TKey,TElement>.Contains Method
Definition
Determines whether a specified key exists in the lookup
Delphi
function Contains(const key: TKey): Boolean
Parameters
- key
- TKey
The key to search for in the lookup.
Returns
Boolean
True if key is in the lookup; otherwise, False .