Exemplo n.º 1
0
        public bool Equals(Set1 <T, TEq> x, Set1 <T, TEq> y)
        {
            return(x.IsSubsetOf(y) && y.IsSubsetOf(x));

            throw new NotImplementedException();
        }