Function ObjectStorage.has

Check if an element is present in storage.

inout bool has (
  in KeyType identity
);

Parameters

NameDescription
identity the identity of element.

Returns

bool if element with identity exists in storage.