Returns true if the assigned object obj is included in the Collection.
| includes(Object obj) | |||
|---|---|---|---|
| Argument | Object | obj | Object which has to be included in the collection. |
| Return value | Boolean | ||
| Formula | Result |
|---|---|
| =List{1,1,2}.includes(1) | true |
This functionality is only available for certain module packages.