Returns the item that meets your search criteria from a list. In its simplest form, it will return the first item from the list inList that matches item. It is more useful when you supply a key, which is a function name applied to each entry in inList. If no entry meets the criteria, NoValue is returned.