Attributes.ContainsValue(Object) Method

Definition

Returns true if this Map maps one or more attribute names (keys) to the specified value.

[Android.Runtime.Register("containsValue", "(Ljava/lang/Object;)Z", "GetContainsValue_Ljava_lang_Object_Handler")]
public virtual bool ContainsValue (Java.Lang.Object? value);
[<Android.Runtime.Register("containsValue", "(Ljava/lang/Object;)Z", "GetContainsValue_Ljava_lang_Object_Handler")>]
abstract member ContainsValue : Java.Lang.Object -> bool
override this.ContainsValue : Java.Lang.Object -> bool

Parameters

value
Object

the attribute value

Returns

true if this Map maps one or more attribute names to the specified value

Attributes

Remarks

Returns true if this Map maps one or more attribute names (keys) to the specified value.

Java documentation for java.util.jar.Attributes.containsValue(java.lang.Object).

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