MercurialCommandHookDictionary.

ContainsKey(string) Method

Summary

Determines whether the MercurialCommandHookDictionary contains an element with the specified key.

Syntax

public bool ContainsKey(string key)

Parameters

Name Type Description
key string The key to locate in the MercurialCommandHookDictionary.

Return Value

Type Description
bool true if the MercurialCommandHookDictionary contains an element with the key; otherwise, false.