Summary
    Determines whether a 
		NAnt.DotNet.Types.AssemblyAttribute with the specified
    value is in the collection.
    - Assembly
 - NAnt
.DotNet .dll  - Namespace
 - NAnt
.DotNet .Types  - Containing Type
 - Assembly
Attribute Collection  
Syntax
public bool Contains(string value)
	Parameters
| Name | Type | Description | 
|---|---|---|
| value | string | The argument value to locate in the collection. | 
Return Value
| Type | Description | 
|---|---|
| bool | 
    true if a NAnt.DotNet.Types.AssemblyAttribute with 
    value value is found in the collection; otherwise, 
    false.
     | 
				
