Method RemoveItemWithValueIf
RemoveItemWithValueIf(object?, bool)
Same as RemoveItemWithValue(object?), but checks for the condition before removing the item.
bool RemoveItemWithValueIf(object? value, bool condition)
Same as RemoveItemWithValue(object?), but checks for the condition before removing the item.
bool RemoveItemWithValueIf(object? value, bool condition)