Checks if value is included in collection.
Param | Type | Default Value | Description |
---|---|---|---|
vCollection | Array|object|string | Collection to be checked | |
vValue | any | The value to be checked | |
iFromIndex? | int | 0 | optional start index, negative start index will start from the end |
Method | Description |
---|