Collator.Identical Field
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.
Caution
This constant will be removed in the future version. Use Android.Icu.Text.CollationStrength enum directly instead of this field.
Smallest Collator strength value.
[Android.Runtime.Register("IDENTICAL", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Text.CollationStrength enum directly instead of this field.", true)]
public const Android.Icu.Text.CollationStrength Identical = 15;
[<Android.Runtime.Register("IDENTICAL", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Text.CollationStrength enum directly instead of this field.", true)>]
val mutable Identical : Android.Icu.Text.CollationStrength
Field Value
Value = 15Implements
- Attributes
Remarks
Smallest Collator strength value. When all other strengths are equal, the IDENTICAL strength is used as a tiebreaker. The Unicode code point values of the NFD form of each string are compared, just in case there is no difference. See class documentation for more explanation.
Note this value is different from JDK's
Java documentation for android.icu.text.Collator.IDENTICAL
.
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.