I have a class like :
case class (a: String, b: String, c: ListBuffer)
I have multiple object of this class.
I want output class in such way that if two object have similar listbuffer element in that, then it should add in result only once (duplicate should be avoided).