Share via


MapIterator.find(Object) Method

Definition

Searches for the specified key value.

public:
 virtual bool find(System::Object ^ _value);
public virtual bool find (object _value);
abstract member find : obj -> bool
override this.find : obj -> bool
Public Overridable Function find (_value As Object) As Boolean

Parameters

_value
Object

The value to search for.

Returns

true if the value is found; otherwise, false.

Remarks

If true is returned, the method positions the iterator at the element; otherwise, the MapIterator.more method returns false.

Applies to