XmlSchemaObjectCollection::Contains Method (XmlSchemaObject^)
.NET Framework (current version)
Indicates if the specified XmlSchemaObject is in the XmlSchemaObjectCollection.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- item
-
Type:
System.Xml.Schema::XmlSchemaObject^
The XmlSchemaObject.
Return Value
Type: System::Booleantrue if the specified qualified name is in the collection; otherwise, returns false. If null is supplied, false is returned because there is no qualified name with a null name.
.NET Framework
Available since 1.1
Available since 1.1
Show: