Foley .NET Utilities Class Library

ISet.Contains Method

When implemented by a class determines whether the set contains all of the elements of the specified ICollection.

Overload List

When implemented by a class determines whether the set contains all of the elements of the specified ICollection.

bool Contains(ICollection);

When implemented by a class, determines whether the set contains the specific Object.

bool Contains(object);

See Also

ISet Interface | ISet Members | Foley.Utilities.Collections Namespace