XmlArrayItemAttributes.Contains(XmlArrayItemAttribute) Method

Definition

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 -> bool
Public Function Contains (attribute As XmlArrayItemAttribute) As Boolean

Parameters

attribute
XmlArrayItemAttribute

The XmlArrayItemAttribute to check for.

Returns

true if the collection contains the specified XmlArrayItemAttribute; otherwise, false.

Applies to