XmlUtil.EqualsQName(XmlQualifiedName, String, String) 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 if a Qualified names equals a name / namespace pair.
public static bool EqualsQName (System.Xml.XmlQualifiedName qualifiedName, string name, string namespace);
static member EqualsQName : System.Xml.XmlQualifiedName * string * string -> bool
Public Shared Function EqualsQName (qualifiedName As XmlQualifiedName, name As String, namespace As String) As Boolean
Parameters
- qualifiedName
- XmlQualifiedName
the XmlQualifiedName to compare.
- name
- String
the name to compare.
- namespace
- String
the namepace to compare.