Function Collection.removeValue
remove single item by value - if present in collection, returning true if item was found and removed
bool removeValue(
T value
);
remove single item by value - if present in collection, returning true if item was found and removed
bool removeValue(
T value
);