IEquatable(XName).Equals Method
Collapse the table of content
Expand the table of content

XName.IEquatable(Of XName).Equals Method

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

Indicates whether the current XName is equal to the specified XName.

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

'Declaration
Private Function Equals ( _
	other As XName _
) As Boolean Implements IEquatable(Of XName).Equals

Parameters

other
Type: System.Xml.Linq.XName
The XName to compare with this XName.

Return Value

Type: System.Boolean
true if this XName is equal to the specified XName, otherwise false.

Implements

IEquatable(Of T).Equals(T)

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft