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
- obj
Type: array<System.Byte[]
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.