TarFileSetCollection.

Contains(TarFileSet) Method

Summary

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

Syntax

public bool Contains(TarFileSet item)

Parameters

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

Return Value

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