XName::IEquatable<XName^>::Equals Method (XName^)

 

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

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

private:
virtual bool Equals(
	XName^ other
) sealed = IEquatable<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.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.5
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Return to top
Show: