ProjectEntryCollection.

Contains(string) Method

Summary

Determines whether a NAnt.VSNet.ProjectEntry with the specified GUID is in the collection, using a case-insensitive lookup.
Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet
Containing Type
ProjectEntryCollection

Syntax

public bool Contains(string value)

Parameters

Name Type Description
value string The GUID to locate in the collection.

Return Value

Type Description
bool true if a NAnt.VSNet.ProjectEntry with GUID value is found in the collection; otherwise, false.