XNodeEqualityComparer.IEqualityComparer.GetHashCode(Object) 方法

定义

返回基于节点值的哈希代码。

 virtual int System.Collections.IEqualityComparer.GetHashCode(System::Object ^ obj) = System::Collections::IEqualityComparer::GetHashCode;
int IEqualityComparer.GetHashCode (object obj);
abstract member System.Collections.IEqualityComparer.GetHashCode : obj -> int
override this.System.Collections.IEqualityComparer.GetHashCode : obj -> int
Function GetHashCode (obj As Object) As Integer Implements IEqualityComparer.GetHashCode

参数

obj
Object

要散列的节点。

返回

一个 Int32,其中包含节点的基于值的哈希代码。

实现

注解

XNodeGetHashCode实现基于节点的引用标识。 此方法基于节点的值、其属性及其后代计算深度哈希代码。

适用于