Is item in array



Is there an easy way to determine if an item is in an array without iterating
through the array and comparing each element to the item in question?

Mathew
.