- array
- the array whose hash code to compute.
Documentation for this section has not yet been entered.
Returns a hash code based on the contents of the given array. For any two float arrays a and b, if Arrays.equals(a, b) returns true, it means that the return value of Arrays.hashCode(a) equals Arrays.hashCode(b).
The value returned by this method is the same value as the IList.GetHashCode method which is invoked on a Java.Util.IList containing a sequence of Java.Lang.Float instances representing the elements of array in the same order. If the array is null, the return value is 0.