Version: 2020.3
언어: 한국어
public static bool Contains (T[] array, T item);

반환

bool True if item is in array, false otherwise.

설명

Determines if the array contains the item.