Click or drag to resize

weightTableTermCompiledisMatch 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#
public bool isMatch(
	IWeightTableTerm other
)
Request Example View Source

Parameters

other
Type: imbSCI.DataComplexIWeightTableTerm
The other term to compare with

Return Value

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

Implements

IWeightTableTermisMatch(IWeightTableTerm)
See Also