Click or drag to resize

IHCollectionTContainsAllTE Method

Determines whether this collection contains all of the elements in the specified collection.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
bool ContainsAll<TE>(
	ICollection<TE> c
)

Parameters

c
Type: System.Collections.GenericICollectionTE
The collection

Type Parameters

TE
type of elements

Return Value

Type: Boolean
true if this collection contains all of the elements in the specified collection; otherwise, false.
See Also