PackageCollection.

Contains(Package) Method

Summary

Determines whether a NAnt.DotNet.Types.Package is in the collection.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Containing Type
PackageCollection

Syntax

public bool Contains(Package item)

Parameters

Name Type Description
item Package The NAnt.DotNet.Types.Package to locate in the collection.

Return Value

Type Description
bool true if item is found in the collection; otherwise, false.