System.Xml.Schema.XmlSchemaObjectTable.Contains Method

Determines if the qualified name specified exists in the collection.

Syntax

public bool Contains (System.Xml.XmlQualifiedName name)

Parameters

name
The System.Xml.XmlQualifiedName.

Returns

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

Remarks

XmlSchemaObjectTable.Contains(System.Xml.XmlQualifiedName) returns false if a null value is supplied because there is not a qualified name for a null name.

Requirements

Namespace: System.Xml.Schema
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0