ArrayUtility.IndexOf
static function IndexOf(array: T[], value: T): int;
Returns
int The zero-based index of the element, if found; otherwise -1.
Description

Index of first element with value value.