Compares the two arrays.
Syntax
[Android.Runtime.Register("equals", "([I[I)Z", "")]
public static
bool Equals (
int[] array1,
int[] array2)
Parameters
- array1
- the first int array.
- array2
- the second int array.
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1