Q. eql? Operator is used for? (A) Used to test equality within a when clause of a case statement. (B) if the receiver and argument have both the same type and equal values. (C) if the receiver and argument have the same object id. (D) All of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) if the receiver and argument have both the same type and equal values.