XmlSchemaObjectTable.Contains(XmlQualifiedName) Method

Definition

Determines if the qualified name specified exists in the collection.

public:
 bool Contains(System::Xml::XmlQualifiedName ^ name);
public bool Contains (System.Xml.XmlQualifiedName name);
member this.Contains : System.Xml.XmlQualifiedName -> bool
Public Function Contains (name As XmlQualifiedName) As Boolean

Parameters

Returns

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

Remarks

Contains returns false if a null value is supplied because there is not a qualified name for a null name.

Applies to

See also