System.Xml.Serialization.XmlAnyElementAttributes.Contains C# (CSharp) Method

Contains() public method

public Contains ( XmlAnyElementAttribute attribute ) : bool
attribute XmlAnyElementAttribute
return bool
        public bool Contains(XmlAnyElementAttribute attribute) {
            return List.Contains(attribute);
        }