ObjectIdEqualityComparer.GetHashCode Method (array<Byte )

Namespace:  Microsoft.TeamFoundation.Git.Server
Assembly:  Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)

Syntax

'Declaration
Public Function GetHashCode ( _
    obj As Byte() _
) As Integer
public int GetHashCode(
    byte[] obj
)
public:
virtual int GetHashCode(
    array<unsigned char>^ obj
) sealed
abstract GetHashCode : 
        obj:byte[] -> int  
override GetHashCode : 
        obj:byte[] -> int
public final function GetHashCode(
    obj : byte[]
) : int

Parameters

Return Value

Type: System.Int32

Implements

IEqualityComparer<T>.GetHashCode(T)

.NET Framework Security

See Also

Reference

ObjectIdEqualityComparer Class

GetHashCode Overload

Microsoft.TeamFoundation.Git.Server Namespace