Share via


Workspace.GetHashCode Method

Returns the hash code.

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

Syntax

'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As Workspace 
Dim returnValue As Integer 

returnValue = instance.GetHashCode()
public override int GetHashCode()
public:
virtual int GetHashCode() override
public override function GetHashCode() : int

Return Value

Type: System.Int32
Returns the hash code.

.NET Framework Security

See Also

Reference

Workspace Class

Workspace Members

GetHashCode Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace