AnswerCollection.Contains Method
This method determines whether or not the AnswerCollection contains a specific value.
Syntax
public bool Contains ( object value )
| Parameters | Description |
| value | The answer to find in the AnswerCollection. |
Return Value
Indicates whether or not the answer was found.