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