XmlQualifiedNameEquals Method |
Determines whether the specified System.Xml.XmlQualifiedName object is equal
to the current System.Xml.XmlQualifiedName object.
Namespace: System.XmlAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax public override bool Equals(
Object other
)
Parameters
- other
- Type: SystemObject
The System.Xml.XmlQualifiedName to compare.
Return Value
Type:
Booleantrue if the two are the same instance object; otherwise, false.
See Also