Click or drag to resize

IWeightTableisMatchByName Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Heuristic method - comparing only the term name against the contained collection

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

Parameters

term
Type: imbSCI.DataComplexIWeightTableTerm
The term.

Return Value

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