Share via


IBiPredicate.Test(Object, Object) Method

Definition

Evaluates this predicate on the given arguments.

[Android.Runtime.Register("test", "(Ljava/lang/Object;Ljava/lang/Object;)Z", "GetTest_Ljava_lang_Object_Ljava_lang_Object_Handler:Java.Util.Functions.IBiPredicateInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public bool Test (Java.Lang.Object? t, Java.Lang.Object? u);
[<Android.Runtime.Register("test", "(Ljava/lang/Object;Ljava/lang/Object;)Z", "GetTest_Ljava_lang_Object_Ljava_lang_Object_Handler:Java.Util.Functions.IBiPredicateInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member Test : Java.Lang.Object * Java.Lang.Object -> bool

Parameters

t
Object

the first input argument

u
Object

the second input argument

Returns

true if the input arguments match the predicate, otherwise false

Attributes

Remarks

Evaluates this predicate on the given arguments.

Java documentation for java.util.function.BiPredicate.test(T, U).

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