ResourceFileSetCollection.

Contains(ResourceFileSet) Method

Summary

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

Syntax

public bool Contains(ResourceFileSet item)

Parameters

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

Return Value

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