MercurialCommandHookPatternCollection.

Contains(object) Method

Summary

Determines whether the MercurialCommandHookPatternCollection contains a specific value.

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.