The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XNodeEqualityComparer::IEqualityComparer::GetHashCode Method (Object^)
.NET Framework (current version)
Returns a hash code based on the value of a node.
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
Parameters
- obj
-
Type:
System::Object^
The node to hash.
Implements
IEqualityComparer::GetHashCode(Object^)The XNode implementation of GetHashCode is based on the referential identity of the node. This method computes a deep hash code based on the value of the node, its attributes, and its descendants.
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 3.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: