Predicate.IsEqual(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Use 'Java.Util.Functions.IPredicate.IsEqual'. This class will be removed in a future release.
傳回述詞,這個述詞會根據 Objects#equals(Object, Object)
測試兩個自變數是否相等。
[Android.Runtime.Register("isEqual", "(Ljava/lang/Object;)Ljava/util/function/Predicate;", "", ApiSince=24)]
[Java.Interop.JavaTypeParameters(new System.String[] { "T" })]
[System.Obsolete("Use 'Java.Util.Functions.IPredicate.IsEqual'. This class will be removed in a future release.")]
public static Java.Util.Functions.IPredicate? IsEqual (Java.Lang.Object? targetRef);
[<Android.Runtime.Register("isEqual", "(Ljava/lang/Object;)Ljava/util/function/Predicate;", "", ApiSince=24)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "T" })>]
[<System.Obsolete("Use 'Java.Util.Functions.IPredicate.IsEqual'. This class will be removed in a future release.")>]
static member IsEqual : Java.Lang.Object -> Java.Util.Functions.IPredicate
參數
- targetRef
- Object
要比較是否相等的對象參考,這可能是 null
傳回
測試兩個自變數是否相等的述詞 Objects#equals(Object, Object)
- 屬性
備註
傳回述詞,這個述詞會根據 Objects#equals(Object, Object)
測試兩個自變數是否相等。
的 java.util.function.Predicate.isEqual(java.lang.Object)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。