Check whether an array is a subset of another November 13, 2022 by Tarik bool isSubset = !t2.Except(t1).Any();