ServiceProviderDictionary.

Contains(KeyValuePair<object, object>) Method

Summary

Determines whether this instance contains the object.

Syntax

public bool Contains(KeyValuePair<object, object> item)

Parameters

Name Type Description
item KeyValuePair<object, object> The item.

Return Value

Type Description
bool true if [contains] [the specified item]; otherwise, false.