Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Function GetHashCode ( _
    array As Byte() _
) As Integer
public int GetHashCode(
    byte[] array
)
public:
virtual int GetHashCode(
    array<unsigned char>^ array
) sealed
abstract GetHashCode : 
        array:byte[] -> int  
override GetHashCode : 
        array:byte[] -> int
public final function GetHashCode(
    array : byte[]
) : int
Parameters
- array
 Type: array<System.Byte[]
Return Value
Type: System.Int32
Returns 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.