Returns true if child is the descendant of the component or the component itself

C# | Visual Basic | Visual C++ |
public bool QContains( DisplayListMember child, bool includeThisCheck )
Public Function QContains ( _ child As DisplayListMember, _ includeThisCheck As Boolean _ ) As Boolean
public: virtual bool QContains( DisplayListMember^ child, bool includeThisCheck ) sealed

- child (DisplayListMember)
- includeThisCheck (Boolean)
- Should the container (me) be included in the search


Walks up the hierarchy -> Recursive!!!