public bool IsSupersetOf(
IEnumerable<string> other
)Public Function IsSupersetOf (
other As IEnumerable(Of String)
) As Booleanpublic:
virtual bool IsSupersetOf(
IEnumerable<String^>^ other
) sealedabstract IsSupersetOf :
other : IEnumerable<string> -> bool
override IsSupersetOf :
other : IEnumerable<string> -> bool