Determines whether all the elements in the specified collection are contained in the LinkedSet.
[Visual Basic]
Overrides Overloads Public Function Contains( _
ByVal collection As ICollection _
) As Boolean Implements _
ISet.Contains
true
if all the elements of the ICollection are
found in the LinkedSet; otherwise, false
.
Exception Type | Condition |
---|---|
System.ArgumentNullException |
The collection is a null reference
(Nothing in Visual Basic).
|
LinkedSet Class | LinkedSet Members | Foley.Utilities.Collections Namespace | LinkedSet.Contains Overload List