Returns true if the given array contains the given element, otherwise false.
the array to search in for the element
the element to search for
true if the array contains the element, otherwise false
See Implementation
Returns true if the given array contains the given element, otherwise false.