Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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: