RedirectLocations.Contains(URI) Method

Definition

Determines whether a URI was recorded.

[Android.Runtime.Register("contains", "(Ljava/net/URI;)Z", "GetContains_Ljava_net_URI_Handler")]
public virtual bool Contains(Java.Net.URI? uri);
[<Android.Runtime.Register("contains", "(Ljava/net/URI;)Z", "GetContains_Ljava_net_URI_Handler")>]
abstract member Contains : Java.Net.URI -> bool
override this.Contains : Java.Net.URI -> bool

Parameters

uri
URI

The URI to look for in this collection.

Returns

true when the URI was recorded; otherwise, false.

Attributes

Remarks

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