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