containsAll

open override fun containsAll(elements: Collection<Entity>): Boolean

Checks if the SpatialViewEntityCollection contains all the entities of a Collection.

Return

true if the SpatialViewEntityCollection contains all the entity instances of the collection.

Parameters

elements

The collection of entity instances to be checked.