An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
or just:
var strValues = "COY,RAY,REX".Split(',');
if(Array.IndexOf(strValues, value) == 0)