Share via


Normalizer.CompareIgnoreCase Field

Definition

Caution

This constant will be removed in the future version. Use Android.Icu.Text.NormalizerCompareOptions enum directly instead of this field.

Option bit for compare: Perform case-insensitive comparison.

[Android.Runtime.Register("COMPARE_IGNORE_CASE", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Text.NormalizerCompareOptions enum directly instead of this field.", true)]
public const Android.Icu.Text.NormalizerCompareOptions CompareIgnoreCase = 65536;
[<Android.Runtime.Register("COMPARE_IGNORE_CASE", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Text.NormalizerCompareOptions enum directly instead of this field.", true)>]
val mutable CompareIgnoreCase : Android.Icu.Text.NormalizerCompareOptions

Field Value

Value = 65536
Attributes

Remarks

Option bit for compare: Perform case-insensitive comparison.

Java documentation for android.icu.text.Normalizer.COMPARE_IGNORE_CASE.

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