Zend
200-530 · Question #532
Which of the following equivalence operations evaluates to true if the two operands are not of the same data type or do not have the same value?
The correct answer is D. !==. See the full explanation below for the reasoning.
Question
Which of the following equivalence operations evaluates to true if the two operands are not of the same data type or do not have the same value?
Options
- A==
- B===
- C!=
- D!==
How the community answered
(54 responses)- A6% (3)
- B4% (2)
- C9% (5)
- D81% (44)
Community Discussion
No community discussion yet for this question.