Attributes.ContainsValue(Object) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- value
- Object
the attribute value
true if this Map maps one or more attribute names to the specified value
- Attributes
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.
Produkt | Versioner |
---|---|
.NET for Android | .NET for Android API 34, .NET for Android API 35 |