Java.Util.Concurrent.CopyOnWriteArrayList.Contains Method
Tests whether this List contains the specified object.

Syntax

[Android.Runtime.Register("contains", "(Ljava/lang/Object;)Z", "GetContains_Ljava_lang_Object_Handler")]
public virtual bool Contains (Java.Lang.Object o)

Parameters

o
the object to search for.

Returns

Documentation for this section has not yet been entered.

Remarks

Tests whether this List contains the specified object.

[Android Documentation]

Requirements

Namespace: Java.Util.Concurrent
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1