Determine if a sequence contains all elements of another sequence using Linq [duplicate] December 23, 2022 by Tarik Count? How about Not Any? bool contained = !subset.Except(superset).Any();