in csharp/core/ArrayUtil.cs [26:29]
public static bool Contains(List<string> raw, string str) { return raw.Contains(str); }