[Extension()] public static bool EqualsAny( string thisString, string str0, string str1, StringComparison stringComparison )
Parameters
- thisString
- This string.
- str0
- One of the possible value for thisString.
- str1
- One of the possible value for thisString.
- stringComparison
- One of the enumeration values that determines how this string is compared to value.