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.
bool True if item is in array, false otherwise.
Determines if the array contains the item.