AggregateContainer.has

Check if an object is present in one of containers, or it is a container itself.

Check if an object is present in one of containers, or it is a container itself.

class AggregateContainer
inout
bool
has
(
in string identity
)

Parameters

identity string

identity of object to be checked

Return Value

Type: bool

bool true if exists, false otherwise

Meta