UIStringCollection.indexOf - multiple declarations

Function UIStringCollection.indexOf

Return index of first item with specified text or -1 if not found.

int indexOf(
  dstring str
) const;

Function UIStringCollection.indexOf

Return index of first item with specified string resource id or -1 if not found.

int indexOf(
  string strId
) const;

Function UIStringCollection.indexOf

Return index of first item with specified string or -1 if not found.

int indexOf(
  UIString str
) const;