This documentation is archived and is not being maintained.

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)

public:
virtual int GetHashCode(
	IdentityDescriptor^ obj
) sealed

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)

Show: