Java.Util.Arrays.Equals Method
Compares the two arrays.

Syntax

[Android.Runtime.Register("equals", "([F[F)Z", "")]
public static bool Equals (float[] array1, float[] array2)

Parameters

array1
the first float array.
array2
the second float array.

Returns

Documentation for this section has not yet been entered.

Remarks

Compares the two arrays. The values are compared in the same manner as Float.equals().

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1