API Reference > Other Classes > OdLinkedArray Template > OdLinkedArray Methods > OdLinkedArray::contains Method
OdLinkedArray::contains Method
Syntax
C++
bool contains(const T& val) const;
Parameters 
Description 
const T& val 
[in] Value for which to search. 

Returns true if and only if this Array object contains ths specified value. 

 

Copyright © 2002–2022. Open Design Alliance. All rights reserved.