次の方法で共有


LangUtils.Equals Method

Definition

Overloads

Equals(Object, Object)
Equals(Object[], Object[])

Equals(Object, Object)

[Android.Runtime.Register("equals", "(Ljava/lang/Object;Ljava/lang/Object;)Z", "")]
public static bool Equals (Java.Lang.Object? obj1, Java.Lang.Object? obj2);
[<Android.Runtime.Register("equals", "(Ljava/lang/Object;Ljava/lang/Object;)Z", "")>]
static member Equals : Java.Lang.Object * Java.Lang.Object -> bool

Parameters

obj1
Object
obj2
Object

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

Equals(Object[], Object[])

[Android.Runtime.Register("equals", "([Ljava/lang/Object;[Ljava/lang/Object;)Z", "")]
public static bool Equals (Java.Lang.Object[]? a1, Java.Lang.Object[]? a2);
[<Android.Runtime.Register("equals", "([Ljava/lang/Object;[Ljava/lang/Object;)Z", "")>]
static member Equals : Java.Lang.Object[] * Java.Lang.Object[] -> bool

Parameters

a1
Object[]
a2
Object[]

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to