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)

Syntax

'Declaration
Public Function GetHashCode ( _
    obj As Workspace _
) As Integer
public int GetHashCode(
    Workspace obj
)
public:
virtual int GetHashCode(
    Workspace^ obj
) sealed
abstract GetHashCode : 
        obj:Workspace -> int  
override GetHashCode : 
        obj:Workspace -> int
public final function GetHashCode(
    obj : Workspace
) : int

Parameters

Return Value

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

Implements

IEqualityComparer<T>.GetHashCode(T)

.NET Framework Security

See Also

Reference

Workspace Class

GetHashCode Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace