System::Array::Contains method

Array::Contains method

Determines if the specified item is in the array.

virtual bool System::Array<T>::Contains(const T &item) const override
ParameterTypeDescription
itemconst T&Item to look for in the array

ReturnValue

true if the specified item is present in the array, false otherwise

See Also