다음을 통해 공유


CollationKey.Equals(CollationKey) Method

Definition

Compare this CollationKey and the argument target CollationKey for equality.

[Android.Runtime.Register("equals", "(Landroid/icu/text/CollationKey;)Z", "", ApiSince=24)]
public bool Equals (Android.Icu.Text.CollationKey? target);
[<Android.Runtime.Register("equals", "(Landroid/icu/text/CollationKey;)Z", "", ApiSince=24)>]
override this.Equals : Android.Icu.Text.CollationKey -> bool

Parameters

target
CollationKey

the CollationKey to compare to.

Returns

true if two objects are equal, false otherwise.

Attributes

Remarks

Compare this CollationKey and the argument target CollationKey for equality. The collation rules of the Collator object which created these objects are applied.

See note in compareTo(CollationKey) for warnings of incorrect results

Java documentation for android.icu.text.CollationKey.equals(android.icu.text.CollationKey).

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