example of using .equals

check.equals("Yes")

instead of

check == "Yes"