Determines whether all the elements in the specified collection are contained in the HashSet.
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);
HashSet Class | HashSet Members | Foley.Utilities.Collections Namespace