1.Used to test equality within a when clause of a case statement.
2. if the receiver and argument have both the same type and equal values.
3. if the receiver and argument have the same object id.
4. All of the above
Answer:3