OrderedDictionary TKey, TValue  Contains Method IBM WebSphere™ eXtreme Scale Client for .NET API Specification
IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification

Namespace: IBM.WebSphere.Caching
Assembly: Client.ApiImpl (in Client.ApiImpl.dll) Version: 8.6.0.0
Syntax

Parameters

kvp
Type: System.Collections.Generic KeyValuePair TKey, TValue 
The key-value pair to locate in the OrderedDictionary TKey, TValue .

Return Value

true if the OrderedDictionary TKey, TValue  contains the item associated with the specified kvp; otherwise, false.

Implements

ICollection T  Contains(T)
Exceptions

ExceptionCondition
System ArgumentNullExceptionThrown when the kvp key is null.
Remarks

The specified item's key must be contained in the OrderedDictionary TKey, TValue  and it's associated value must be equal to the specified item's value for true to be returned.
See Also