System\Xml\Dom\XmlName.cs (4)
20public static XmlName Create(string prefix, string localName, string ns, int hashCode, XmlDocument ownerDoc, XmlName next, IXmlSchemaInfo? schemaInfo)
171public virtual bool Equals(IXmlSchemaInfo? schemaInfo)
202internal XmlNameEx(string prefix, string localName, string ns, int hashCode, XmlDocument ownerDoc, XmlName next, IXmlSchemaInfo schemaInfo) : base(prefix, localName, ns, hashCode, ownerDoc, next)
287public override bool Equals(IXmlSchemaInfo? schemaInfo)