Foley .NET Utilities Class Library

SetBase.Contains Method

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

Overload List

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

public virtual bool Contains(ICollection);

Determines whether the specified Object is in the set.

public virtual bool Contains(object);

See Also

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