ExpandoObject.ICollection<KeyValuePair<String, Object>>.Contains Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether the ICollection<T> contains a specific key and value.
Assembly: System.Core (in System.Core.dll)
Parameters
- item
- Type: System.Collections.Generic.KeyValuePair<String, Object>
The KeyValuePair<TKey, TValue> structure to locate in the ICollection<T>.
Return Value
Type: System.Booleantrue if the collection contains a specific key and value; otherwise, false.
Implements
ICollection<T>.Contains(T)
Show: