XNodeEqualityComparer.IEqualityComparer.GetHashCode(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回基于节点值的哈希代码。
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实现基于节点的引用标识。 此方法基于节点的值、其属性及其后代计算深度哈希代码。