Otter SDK Reference
Version:

GetHashCode(byte[] array) Method

Returns a hash code for arbitrary binary data.

Syntax

public static int GetHashCode(byte[] array)

Parameters

array
Type: byte[]

The array containing the data to hash.

Returns

The hash code.