.NET Framework Class Library
XNodeEqualityComparer Class
Compares nodes to determine whether they are equal. This class cannot be inherited.
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
Syntax
Visual Basic (Declaration)
Public NotInheritable Class XNodeEqualityComparer _ Implements IEqualityComparer, IEqualityComparer(Of XNode)
Visual Basic (Usage)
Dim instance As XNodeEqualityComparer
C#
public sealed class XNodeEqualityComparer : IEqualityComparer, IEqualityComparer<XNode>
Visual C++
public ref class XNodeEqualityComparer sealed : IEqualityComparer, IEqualityComparer<XNode^>
JScript
public final class XNodeEqualityComparer implements IEqualityComparer, IEqualityComparer<XNode>
Remarks
The purpose of this class is to implement System.Collections.IEqualityComparer and System.Collections.Generic.IEqualityComparer<T>. Classes that require identity (such as Dictionary<TKey, TValue> ) require an instance of a class that implements one of these interfaces.
Inheritance Hierarchy
System.Object
System.Xml.Linq.XNodeEqualityComparer
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.Platforms
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC, Xbox 360, Zune
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 3.5.NET Compact Framework
Supported in: 3.5XNA Framework
Supported in: 3.0See Also