System::Xml::Schema::XmlSchemaObjectTable::Contains method

XmlSchemaObjectTable::Contains method

Determines if the qualified name specified exists in the collection.

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

ReturnValue

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

See Also