Overload | Description |
---|---|
EqualsAny(String,String,String) | Gets a value indicating whether this string is equal case sensitive to any of the strings specified. |
EqualsAny(String,String,String,String) | Gets a value indicating whether this string is equal case sensitive to any of the strings specified. |
EqualsAny(String,String,String,String,String) | Gets a value indicating whether this string is equal case sensitive to any of the strings specified. |
EqualsAny(String,String,String,String,String,String) | Gets a value indicating whether this string is equal case sensitive to any of the strings specified. |
EqualsAny(String,String,String,String,String,String,String[]) | Gets a value indicating whether this string is equal case sensitive to any of the strings specified. |
EqualsAny(String,String[]) | Gets a value indicating whether this string is equal case sensitive to any of the strings specified. |
EqualsAny(String,HashSet<String>) | Gets a value indicating whether hashset contains the string thisString. |