IdentityDescriptorComparer.GetHashCode 方法 (IdentityDescriptor)
取得指定的識別描述項的雜湊程式碼。
命名空間: Microsoft.TeamFoundation.Framework.Client
組件: Microsoft.TeamFoundation.Client (在 Microsoft.TeamFoundation.Client.dll 中)
語法
'宣告
Public Function GetHashCode ( _
obj As IdentityDescriptor _
) As Integer
public int GetHashCode(
IdentityDescriptor obj
)
參數
- obj
型別:Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor
雜湊的識別描述項。
傳回值
型別:System.Int32
識別描述項的雜湊程式碼。
實作
IEqualityComparer<T>.GetHashCode(T)
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。