| StringExtensionsContains Method |
| Name | Description | |
|---|---|---|
|
|
Contains(IEnumerableString, String, StringComparison) |
Determines whether the provided list of strings contains the specified string using the provided StringComparison object.
|
|
|
Contains(String, String, StringComparison) |
Checks if a string contains the specified value according to the provided comparison rules
|