MercurialCommandHookDictionary.

Contains(KeyValuePair<string, object>) Method

Summary

Determines whether the MercurialCommandHookDictionary contains a specific value.

Syntax

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

Parameters

Name Type Description
item KeyValuePair<TKey, TValue> The object to locate in the MercurialCommandHookDictionary.

Return Value

Type Description
bool true if item is found in the MercurialCommandHookDictionary; otherwise, false.