This documentation is archived and is not being maintained.

ArrayUtil::GetHashCode Method

Generate hash code for a byte array.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

public:
static int GetHashCode(
	array<unsigned char>^ array
)

Parameters

array
Type: array<System::Byte>

array to generate hash code for.

Return Value

Type: System::Int32
hash generated from the array members.

Show: