ot::LinkedList::Contains() const method
Indicates whether the linked list contains a given entry.
Syntax
bool Contains(const Type &aEntry) const; Arguments
aEntry
A reference to an entry.
Return value
TRUE The linked list contains @p aEntry. FALSE The linked list does not contain @p aEntry.