Foley .NET Utilities Class Library

LinkedSet.Contains Method

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

Overload List

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

public override bool Contains(ICollection);

Determines whether an Object is in the LinkedSet.

public override bool Contains(object);

See Also

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