NAnt SDK Documentation - v0.92

WebMapCollection.Contains Method (WebMap)

Determines whether a WebMap is in the collection.

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

Parameters

item
The WebMap to locate in the collection.

Return Value

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

See Also

WebMapCollection Class | NAnt.VSNet.Types Namespace | WebMapCollection.Contains Overload List