HashSet<T> Clase Si tienen el mismo número hash, significa que los objetos son iguales obj1 = obj2 => Hash (obj1) = Has (obj2) o obj1 != obj2 <= Hash (obj1) != Has (obj2) Referencias https://learn.microsoft.com/es-es/dotnet/api/system.collections.generic.hashset-1?view=net-8.0