Share via


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

See Also

Reference

TfsGitObjectEqualityComparer Class

GetHashCode Overload

Microsoft.TeamFoundation.Git.Server Namespace