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
声明
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
- obj
 Type: Microsoft.TeamFoundation.VersionControl.Client.Workspace
 The Workspace to compute a hash code for.
Return Value
Type: System.Int32
The hash code for the specified Workspace instance.
Implements
IEqualityComparer<T>.GetHashCode(T)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.