MapIterator.find(Object) Method
Definition
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.
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.