XmlSchemaReferenceCollection.

Contains(XmlSchemaReference) Method

Summary

Determines whether a NAnt.Contrib.Types.XmlSchemaReference is in the collection.

Syntax

public bool Contains(XmlSchemaReference item)

Parameters

Name Type Description
item XmlSchemaReference The NAnt.Contrib.Types.XmlSchemaReference to locate in the collection.

Return Value

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