PluralFormat.Equals(PluralFormat) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true if this equals the provided PluralFormat.
[Android.Runtime.Register("equals", "(Landroid/icu/text/PluralFormat;)Z", "GetEquals_Landroid_icu_text_PluralFormat_Handler", ApiSince=24)]
public virtual bool Equals (Android.Icu.Text.PluralFormat? rhs);
[<Android.Runtime.Register("equals", "(Landroid/icu/text/PluralFormat;)Z", "GetEquals_Landroid_icu_text_PluralFormat_Handler", ApiSince=24)>]
override this.Equals : Android.Icu.Text.PluralFormat -> bool
Parameters
- rhs
- PluralFormat
the PluralFormat to compare against
Returns
true if this equals rhs
- Attributes
Remarks
Returns true if this equals the provided PluralFormat.
Java documentation for android.icu.text.PluralFormat.equals(android.icu.text.PluralFormat)
.
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.