IHCollectionTContainsAllTE Method Hazelcast .Net Client Class Library
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.6.1.0
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

Reference