✅ EqualityComparer
Hello, anyone know of this code work ?
-->
cause i'm wondering if this will trigger the equals override inside myclass to compare each element or if it will do an equal on the collection to look if they have the same hashcode or something like that
-->
EqualityComparer<ICollection<myclass>> .Default.Equals(myclassS, x.myclassS) cause i'm wondering if this will trigger the equals override inside myclass to compare each element or if it will do an equal on the collection to look if they have the same hashcode or something like that