This version of Unity is unsupported.

ArrayUtility.Contains

public static bool Contains(T[] array, T item);

Returns

bool True if item is in array, false otherwise.

Description

Determines if the array contains the item.