bool ContainsOneOf(int inQuesIdx, params object[] inValues)
Description
Determines if a question contains at least on of the values.
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inValues | params object[] | Array of values |
Return Type
bool
Comments
Please sign in to leave a comment.