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

Syntax

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

Parameters

array1
the first long array.
array2
the second long array.

Returns

Documentation for this section has not yet been entered.

Remarks

Compares the two arrays.

[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