removeById
Removes an entity with the provided id from the collection.
Return
true if the item was removed, false if no item with the provided id existed in the collection.
Parameters
id
The id of the entity to remove.
Removes an entity with the provided id from the collection.
true if the item was removed, false if no item with the provided id existed in the collection.
The id of the entity to remove.