NAnt SDK Documentation - v0.92

CompilerWarningCollection.Contains Method 

Determines whether a CompilerWarning is in the collection.

[Visual Basic]
Public Function Contains( _
   ByVal item As CompilerWarning _
) As Boolean
[C#]
public bool Contains(
   CompilerWarning item
);

Parameters

item
The CompilerWarning to locate in the collection.

Return Value

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

See Also

CompilerWarningCollection Class | NAnt.DotNet.Types Namespace