LibraryCollection.

Contains(Library) Method

Summary

Determines whether a NAnt.VisualCpp.Types.Library is in the collection.
Assembly
NAnt.VisualCpp.dll
Namespace
NAnt.VisualCpp.Types
Containing Type
LibraryCollection

Syntax

public bool Contains(Library item)

Parameters

Name Type Description
item Library The NAnt.VisualCpp.Types.Library to locate in the collection.

Return Value

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