Java.Util.Objects.DeepEquals Method
Returns true if both arguments are null, the result of Arrays.Equals(Boolean[], System.Boolean[]) if both arguments are primitive arrays, the result of Arrays.DeepEquals(Java.Lang.Object[], Java.Lang.Object[]) if both arguments are arrays of reference types, and the result of Java.Lang.Object.Equals(Java.Lang.Object) otherwise.

Syntax

[Android.Runtime.Register("deepEquals", "(Ljava/lang/Object;Ljava/lang/Object;)Z", "")]
public static bool DeepEquals (Java.Lang.Object a, Java.Lang.Object b)

Parameters

a
Documentation for this section has not yet been entered.
b
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns true if both arguments are null, the result of Arrays.Equals(Boolean[], System.Boolean[]) if both arguments are primitive arrays, the result of Arrays.DeepEquals(Java.Lang.Object[], Java.Lang.Object[]) if both arguments are arrays of reference types, and the result of Java.Lang.Object.Equals(Java.Lang.Object) otherwise.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0