Westwind Utilities
StringUtils.EqualsAny
Table of Contents
On this page:

StringUtils.EqualsAny

Checks to see if a string contains any of a set of values

public static bool EqualsAny(string str, String[] matchValues)

Parameters

str
String to compare

matchValues
String values to compare to

Overloads

public static bool EqualsAny(string str, StringComparison compare, String[] matchValues)

© West Wind Technologies, 2026 • updated: Jan 02, 2026
Comment or report problem with topic