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