Gets the hash code of the specified identity descriptor.
Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Function GetHashCode ( _
    obj As IdentityDescriptor _
) As Integer
public int GetHashCode(
    IdentityDescriptor obj
)
public:
virtual int GetHashCode(
    IdentityDescriptor^ obj
) sealed
abstract GetHashCode : 
        obj:IdentityDescriptor -> int  
override GetHashCode : 
        obj:IdentityDescriptor -> int
public final function GetHashCode(
    obj : IdentityDescriptor
) : int
Parameters
- obj 
 Type: Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor- The identity descriptor to hash. 
Return Value
Type: System.Int32
The hash code of the identity descriptor.
Implements
IEqualityComparer<T>.GetHashCode(T)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.