Foley .NET Utilities Class Library

HashSet.Contains Method

Determines whether all the elements in the specified collection are contained in the HashSet.

Overload List

Determines whether all the elements in the specified collection are contained in the HashSet.

public override bool Contains(ICollection);

Determines whether an Object is in the HashSet.

public override bool Contains(object);

See Also

HashSet Class | HashSet Members | Foley.Utilities.Collections Namespace