[]
Returns True if the input text matches one of the exact list items specified in PatternString.
public bool MatchExactList(string text, ErrorInfo errorInfo)
Public Function MatchExactList(text As String, errorInfo As ErrorInfo) As Boolean
| Type | Name | Description |
|---|---|---|
| string | text | The input string to match. |
| ErrorInfo | errorInfo | Error information filled in case of failure. |
| Type | Description |
|---|---|
| bool |