ZipFileSetCollection.

Contains(ZipFileSet) Method

Summary

Determines whether a NAnt.Compression.Types.ZipFileSet is in the collection.

Syntax

public bool Contains(ZipFileSet item)

Parameters

Name Type Description
item ZipFileSet The NAnt.Compression.Types.ZipFileSet to locate in the collection.

Return Value

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