Method Contains
Contains(KeyValuePair<string, StringValues>)
Returns a value indicating whether the specified object occurs within this collection.
public bool Contains(KeyValuePair<string, StringValues> item)
Parameters
item
KeyValuePair<string, StringValues>The item.
Returns
- bool
true if the specified object occurs within this collection; otherwise, false.