IdentityDescriptorComparer.GetHashCode Method (IdentityDescriptor)

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

Return Value

Type: System.Int32
The hash code of the identity descriptor.

Implements

IEqualityComparer<T>.GetHashCode(T)

.NET Framework Security

See Also

Reference

IdentityDescriptorComparer Class

GetHashCode Overload

Microsoft.TeamFoundation.Framework.Client Namespace