FieldKernelKeywordMatch Method |
Determine if the specified word matches against a word in a keyword list.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected bool KeywordMatch(
string sWord,
string sKeyList
)
Protected Function KeywordMatch (
sWord As String,
sKeyList As String
) As Boolean
Parameters
- sWord
- Type: SystemString
The word to match. - sKeyList
- Type: SystemString
The semi-colon-separated list of keywords against which to match.
Return Value
Type:
BooleanTrue if a match is found, else false.
See Also