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 實作是以節點的引用身分識別為基礎。 此方法會根據節點的值、其屬性及其子系來計算深度雜湊程式碼。