| Overload | Description | 
|---|---|
| EndsWithAny(String,String,String,StringComparison) | Gets a value indicating whether this string ends with any of the strings specified. | 
| EndsWithAny(String,String,String,String,StringComparison) | Gets a value indicating whether this string ends with any of the strings specified. | 
| EndsWithAny(String,String,String,String,String,StringComparison) | Gets a value indicating whether this string ends with any of the strings specified. | 
| EndsWithAny(String,String,String,String,String,String,StringComparison) | Gets a value indicating whether this string ends with any of the strings specified. | 
| EndsWithAny(String,String,String,String,String,String,String,String,String,StringComparison) | Gets a value indicating whether this string ends with any of the strings specified. | 
| EndsWithAny(String,String[],StringComparison) | Gets a value indicating whether this string ends with any of the strings specified. | 
| EndsWithAny(String,String,String) | Gets a value indicating whether this string ends with case sensitive any of the strings specified. | 
| EndsWithAny(String,String,String,String) | Gets a value indicating whether this string ends with case sensitive any of the strings specified. | 
| EndsWithAny(String,String,String,String,String) | Gets a value indicating whether this string ends with case sensitive any of the strings specified. | 
| EndsWithAny(String,String,String,String,String,String) | Gets a value indicating whether this string ends with case sensitive any of the strings specified. | 
| EndsWithAny(String,String,String,String,String,String,String[]) | Gets a value indicating whether this string ends with case sensitive any of the strings specified. | 
| EndsWithAny(String,String[]) | Gets a value indicating whether this string ends with case sensitive any of the strings in array. | 
