Language

MeasureFormat.Equals(Object) Method

Definition

Two MeasureFormats, a and b, are equal if and only if they have the same formatWidth, locale, and equal number formats.

[Android.Runtime.Register("equals", "(Ljava/lang/Object;)Z", "", ApiSince=24)]
public override sealed bool Equals(Java.Lang.Object? other);
[<Android.Runtime.Register("equals", "(Ljava/lang/Object;)Z", "", ApiSince=24)>]
override this.Equals : Java.Lang.Object -> bool

Parameters

other
Object

the reference object with which to compare.

Returns

true if this object is the same as the obj argument; false otherwise.

Attributes

Remarks

Two MeasureFormats, a and b, are equal if and only if they have the same formatWidth, locale, and equal number formats.

Java documentation for android.icu.text.MeasureFormat.equals(java.lang.Object).

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