Method Contains
| Improve this Doc View SourceContains(Column)
Determines whether this set contains a specified Column.
Declaration
bool Contains(Column value)
Parameters
| Type | Name | Description |
|---|---|---|
| Column | value | The Column to locate in the set. |
Returns
| Type | Description |
|---|---|
| System.Boolean | true if the set contains the specified value; otherwise, false. |