I am unable to remove the duplicates from collection , i have implemented IEqualityComparer for the class Employee still i am not getting the output
static v
Here is a good tutorial
public int GetHashCode(Employe obj) { return obj.fname.GetHashCode() ^ obj.lname.GetHashCode(); }