Table of Contents

Method RemoveItemWithValueIf

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

RemoveItemWithValueIf(object?, bool)

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

public bool RemoveItemWithValueIf(object? value, bool condition)

Parameters

value object
condition bool

Returns

bool