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