indexOf
Returns the index position (0-based) of the specified object in this list.
indexOf(target: T): number
Notes
- If the object isn’t found in the list, this method returns -1.
Related
- class ManagedListA data structure that contains an ordered set of managed objects.