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