When implemented by a class determines whether the set contains all of the elements of the specified ICollection.
[Visual Basic]
Function Contains( _
ByVal collection As ICollection _
) As Boolean
true
if all the elements are found in the set; otherwise,
false
.
ISet Interface | ISet Members | Foley.Utilities.Collections Namespace | ISet.Contains Overload List