CObList::Find

Call this member function to search the list sequentially for the first CObject pointer matching the specified CObject pointer. Note that the pointer values are compared, not the contents of the objects.

Syntax

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

At a Glance

Header file: Afxcoll.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CObList Overview, CObList Member Functions, List Classes, CObList::GetNext, CObList::GetPrev