This documentation is archived and is not being maintained.

Workspace::GetHashCode Method (Workspace)

Gets the hash code for the specified Workspace instance.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
virtual int GetHashCode(
	Workspace^ obj
) sealed

Parameters

obj
Type: Microsoft.TeamFoundation.VersionControl.Client::Workspace

The Workspace for which to compute a hash code.

Return Value

Type: System::Int32
The hash code for the specified Workspace instance.

Implements

IEqualityComparer<T>::GetHashCode(T)

Show: