Java.Util.AbstractMap.ContainsValue Method
Returns whether this Map contains the specified value.

Syntax

[Android.Runtime.Register("containsValue", "(Ljava/lang/Object;)Z", "GetContainsValue_Ljava_lang_Object_Handler")]
public virtual bool ContainsValue (Java.Lang.Object value)

Parameters

value
the value to search for.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns whether this Map contains the specified value.

This implementation iterates its entry set, looking for an entry with a value that value equals.

[Android Documentation]

Requirements

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