StringExtensionsEqualsAny Method

Overload List

EqualsAny(String, String) Gets whether the specified string s equals any of the strings in the specified set set by case sensitive ordinal comparison.
EqualsAny(String, StringComparer, String) Gets whether the specified string s equals any of the strings in the specified set set using a specific comparer.
EqualsAny(String, StringComparison, String) Gets whether the specified String s equals any of the strings in the specified set set using a specific comparison.

See Also