This documentation is archived and is not being maintained.

TFStringComparer::GetHashCode Method (String)

Gets a hash code of the specified string.

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

public:
virtual int GetHashCode(
	String^ x
) override

Parameters

x
Type: System::String

The string to hash.

Return Value

Type: System::Int32
A hash code of the specified string.

Implements

IEqualityComparer<T>::GetHashCode(T)

Show: