removeItemEmit abstract method
Removes an item from the list. Returns true if the item was found and removed.
Implementation
bool removeItemEmit(T item);
Removes an item from the list. Returns true if the item was found and removed.
bool removeItemEmit(T item);