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