Contains()

XmlSchemaObjectTable::Contains(const SharedPtr<XmlQualifiedName>&) method

Determines if the qualified name specified exists in the collection.

bool System::Xml::Schema::XmlSchemaObjectTable::Contains(const SharedPtr<XmlQualifiedName> &name)

Arguments

ParameterTypeDescription
nameconst SharedPtr<XmlQualifiedName>&The XmlQualifiedName.

Return Value

true if the qualified name specified exists in the collection; otherwise, false.

See Also