Foley .NET Utilities Class Library

LinkedList.Contains Method

Determines whether all the elements in the specified collection are contained in the LinkedList contains.

Overload List

Determines whether the specified Object is in the LinkedList.

public override bool Contains(object);

Determines whether all the elements in the specified collection are contained in the LinkedList contains.

public override bool Contains(ICollection);

See Also

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