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