Click or drag to resize

IWeightTableTermisMatch Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Determines whether the specified otherIWeightTableTerm is match with this one (meaning their frequencies are summed)

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

Parameters

other
Type: imbSCI.DataComplexIWeightTableTerm
The other.

Return Value

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