Summary
Determines whether the
MercurialCommandHookDictionary contains a specific value.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Hooks - Containing Type
- Mercurial
Command Hook Dictionary
Syntax
public bool Contains(KeyValuePair<string, object> item)
Parameters
| Name | Type | Description |
|---|---|---|
| item | KeyValuePair |
The object to locate in the MercurialCommandHookDictionary.
|
Return Value
| Type | Description |
|---|---|
| bool |
true if item is found in the MercurialCommandHookDictionary; otherwise, false.
|