Convenience method to determine whether the list of selected values contains the specified value. This method is case insensitive, and includes values that have been escaped for XML.
boolean containsValue(String value);
value (String): the value to search for in the list of selected values
true if the list contains the specified value; otherwise false.