NAnt SDK Documentation - v0.92

XmlNamespaceCollection.Contains Method (XmlNamespace)

Determines whether a XmlNamespace is in the collection.

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

Parameters

item
The XmlNamespace to locate in the collection.

Return Value

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

See Also

XmlNamespaceCollection Class | NAnt.Core.Types Namespace | XmlNamespaceCollection.Contains Overload List