Click or drag to resize
HelperStringHasMatch Method
See if test string is identical to any of the passed list of strings.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static bool StringHasMatch(
	string test,
	params string[] args
)

Parameters

test
Type: SystemString
The string to test.
args
Type: SystemString
Variable number of strings to test against.

Return Value

Type: Boolean
True if test matches one of the subsequent arguments.
See Also