[]
Determines whether a ValueFilterItem element is in the collection.
public bool Contains(FilterItemValue item)
Public Function Contains(item As FilterItemValue) As Boolean
Type | Name | Description |
---|---|---|
FilterItemValue | item | The ValueFilterItem object to locate in the collection. The value can be null |
Type | Description |
---|---|
bool | Boolean: true if found in the collection; otherwise, false |