List A= new List(); List B= new List(); …… if (A.All(t => B.Any(b => b == t))) result = true;
集合A是集合B的子集(被包括或相同)