bool IsAnswerHeader(int inQuesIdx, int inAnserIdx)
Description
Returns true if an answer inAnserIdx is header in question inQuesIdx
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int | Question Index to check |
inAnswerIdx | Int | Answer index to check |
Return Type
bool
Comments
Please sign in to leave a comment.