ContainsAny(String, String) | Gets whether the specified String s contains any of the strings in the specified set by case sensitive ordinal comparison. |
ContainsAny(String, StringComparison, String) | Gets whether the specified String s contains any of the strings in the specified set set using a specific comparison. |