IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification
Assembly: Client.ApiImpl (in Client.ApiImpl.dll) Version: 8.6.0.0
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.
Determines whether the OrderedDictionary TKey, TValue contains the specified item.
Namespace: IBM.WebSphere.CachingAssembly: 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
Exception | Condition |
---|---|
System ArgumentNullException | Thrown when the kvp key is null. |
Remarks
See Also