[]
Removes the first occurrence of a specific object from the collection.
public bool Remove(FilterItemValue item)
Public Function Remove(item As FilterItemValue) As Boolean
Type | Name | Description |
---|---|---|
FilterItemValue | item | The ValueFilterItem object to remove from the collection. The value can be null. |
Type | Description |
---|---|
bool | true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection. |