XmlArrayItemAttributes.Contains(XmlArrayItemAttribute) Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the collection contains the specified XmlArrayItemAttribute.
public:
 bool Contains(System::Xml::Serialization::XmlArrayItemAttribute ^ attribute);public bool Contains(System.Xml.Serialization.XmlArrayItemAttribute attribute);public bool Contains(System.Xml.Serialization.XmlArrayItemAttribute? attribute);member this.Contains : System.Xml.Serialization.XmlArrayItemAttribute -> boolPublic Function Contains (attribute As XmlArrayItemAttribute) As BooleanParameters
- attribute
- XmlArrayItemAttribute
The XmlArrayItemAttribute to check for.
Returns
true if the collection contains the specified XmlArrayItemAttribute; otherwise, false.