Equals Method
Collapse the table of content
Expand the table of content

XmlQualifiedName.Equals Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Determines whether the specified XmlQualifiedName object is equal to the current XmlQualifiedName object.

Namespace:  System.Xml
Assembly:  System.Xml (in System.Xml.dll)

public override bool Equals(
	Object other
)

Parameters

other
Type: System.Object
The XmlQualifiedName to compare.

Return Value

Type: System.Boolean
true if the two are the same instance object; otherwise, false.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft