C++
bool contains( const T& value, int start = 0 ) const;
Description
This function returns Adesk::kTrue if the array contains value searching from index position start. The start argument is supplied with a default value of zero.
Parameters
Parameters | Description |
---|---|
value | Input value to search for in this array |
start | Input index to start searching from |