ProjectBaseCollection.

Contains(string) Method

Summary

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

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.ProjectBase with GUID value is found in the collection; otherwise, false.