contains

open operator override fun contains(element: Entity): Boolean

Checks if the SpatialViewEntityCollection contains an entity.

Return

true if the SpatialViewEntityCollection contains the entity instance.

Parameters

element

The entity instance to be checked.