CObList::Find

This method searches the list sequentially for the first CObject pointer that matches the specified CObject pointer. Note that the pointer values are compared, not the contents of the objects.

At a Glance

Header file: Afxcoll.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

POSITION Find( CObject* searchValue, POSITION startAfter = NULL ) const;

See Also

CObList::GetNext, CObList::GetPrev