I have the following code please go through it
case class emp (name: String, age: Int) val e1 = emp("",2) val e2 = emp("",2) e1 == e2 //