| XmlQualifiedName Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: System.Xml
 Syntax
Syntax[SerializableAttribute] public class XmlQualifiedName
The XmlQualifiedName type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | XmlQualifiedName | 
            Initializes a new instance of the System.Xml.XmlQualifiedName class.
             | 
|  | XmlQualifiedName(String) | 
            Initializes a new instance of the System.Xml.XmlQualifiedName class with
            the specified name.
             | 
|  | XmlQualifiedName(String, String) | 
            Initializes a new instance of the System.Xml.XmlQualifiedName class with
            the specified name and namespace.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | 
            Determines whether the specified System.Xml.XmlQualifiedName object is equal
            to the current System.Xml.XmlQualifiedName object.
            (Overrides ObjectEquals(Object).) | 
|  | GetHashCode | 
            Returns the hash code for the System.Xml.XmlQualifiedName.
            (Overrides ObjectGetHashCode.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | 
            Returns the string value of the System.Xml.XmlQualifiedName.
            (Overrides ObjectToString.) | 
|   | ToString(String, String) | 
            Returns the string value of the System.Xml.XmlQualifiedName.
             | 
 Operators
Operators| Name | Description | |
|---|---|---|
|   | Equality | 
            Compares two System.Xml.XmlQualifiedName objects.
             | 
|   | Inequality | 
            Compares two System.Xml.XmlQualifiedName objects.
             | 
 Fields
Fields Properties
Properties| Name | Description | |
|---|---|---|
|  | IsEmpty | 
            Gets a value indicating whether the System.Xml.XmlQualifiedName is empty.
             | 
|  | Name | 
            Gets a string representation of the qualified name of the System.Xml.XmlQualifiedName.
             | 
|  | Namespace | 
            Gets a string representation of the namespace of the System.Xml.XmlQualifiedName.
             | 
 See Also
See Also