Foley .NET Utilities Class Library

List2Base.Contains Method

Determines whether all the elements in the specified ICollection are contained in the list.

Overload List

Determines whether the specified Object is in the list.

public virtual bool Contains(object);

Determines whether all the elements in the specified ICollection are contained in the list.

public virtual bool Contains(ICollection);

See Also

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