XmlAnyElementAttributes.Contains(XmlAnyElementAttribute) Method

Definition

Gets a value that indicates whether the specified XmlAnyElementAttribute exists in the collection.

public:
 bool Contains(System::Xml::Serialization::XmlAnyElementAttribute ^ attribute);
public bool Contains (System.Xml.Serialization.XmlAnyElementAttribute attribute);
public bool Contains (System.Xml.Serialization.XmlAnyElementAttribute? attribute);
member this.Contains : System.Xml.Serialization.XmlAnyElementAttribute -> bool
Public Function Contains (attribute As XmlAnyElementAttribute) As Boolean

Parameters

attribute
XmlAnyElementAttribute

The XmlAnyElementAttribute you are interested in.

Returns

true if the XmlAnyElementAttribute exists in the collection; otherwise, false.

Applies to