When searching you will need to compare a data value to the desired value. Which line of code returns true when the item is equal to five?

item == 5

item = 5

item != 5

item is 5