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