MCQS | Which statements evaluates to true while checking the equal strings in swift?

Question:Which statements evaluates to true while checking the equal strings in swift?

1."abc" == "def"

2."abc" == "ABC"

3."abc" == "abc"

4."abc" ==="def"