[]
Determines whether the collection contains a specific item.
public bool Contains(ListColumnInfo item)
Public Function Contains(item As ListColumnInfo) As Boolean
| Type | Name | Description |
|---|---|---|
| ListColumnInfo | item | The ListColumnInfo item to locate in the collection. |
| Type | Description |
|---|---|
| bool | true if the item is found in the collection; otherwise, false. |