Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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)
.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.