TfsGitObjectEqualityComparer.GetHashCode Method (TfsGitObject)
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Function GetHashCode ( _
obj As TfsGitObject _
) As Integer
public int GetHashCode(
TfsGitObject obj
)
public:
virtual int GetHashCode(
TfsGitObject^ obj
) sealed
abstract GetHashCode :
obj:TfsGitObject -> int
override GetHashCode :
obj:TfsGitObject -> int
public final function GetHashCode(
obj : TfsGitObject
) : int
Parameters
Return Value
Type: System.Int32
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.