Click or drag to resize

IWeightTableisMatch Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Determines whether the specified term is contained within the document

Namespace:  imbSCI.DataComplex
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
bool isMatch(
	IWeightTableTerm term
)
Request Example View Source

Parameters

term
Type: imbSCI.DataComplexIWeightTableTerm
The term.

Return Value

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