Call this member function to search the list sequentially for the first element matching the specified searchValue. Note that the pointer values are compared, not the contents of the objects.
POSITION Find( ARG_TYPE searchValue, POSITION startAfter = NULL) const;
Header file: | Afxtempl.h |
Platforms: | |
Versions: | 1.0 and later |
Complete documentation: | Visual C++ documentation |
CList Overview, CList Member Functions, List Classes, CList::GetNext, CList::GetPrev