int indexOf(T displayObject)

Source

int indexOf(T displayObject) {
  return _children.indexOf(displayObject);
}