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.

Did you find this page useful? Please give it a rating: