ObjectStorage.has

Check if an element is present in storage.

class ObjectStorage(Type = Object, KeyType = string)
inout
bool
has
(
in KeyType identity
)

Parameters

identity KeyType

the identity of element.

Return Value

Type: bool

bool if element with identity exists in storage.

Meta