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

반환

bool True if item is in array, false otherwise.

설명

Determines if the array contains the item.