Click or drag to resize

lexiconItemToolsIsMatch Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Determines whether the specified term is match.

Namespace:  imbNLP.Data.semanticLexicon.core
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public static bool IsMatch(
	this ILexiconItem lexItem,
	string term
)

Parameters

lexItem
Type: imbNLP.Data.semanticLexicon.coreILexiconItem
The lex item.
term
Type: SystemString
The term.

Return Value

Type: Boolean
true if the specified term is match; otherwise, false.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ILexiconItem. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also