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

Syntax

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

Parameters

array1
the first double array.
array2
the second double 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 Double.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