This documentation is archived and is not being maintained.

ByteArrayEqualityComparer::GetHashCode Method (array<Byte>)

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

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

Parameters

array
Type: array<System::Byte>

Return Value

Type: System::Int32
Returns Int32.

Implements

IEqualityComparer<T>::GetHashCode(T)

Show: