Beware: un-natural behaviour! This operator computes coordinates inclusion in the vector-representation of some texts.

Namespace:  Cloudster.Samples.Text
Assembly:  Cloudster.Samples.Text.Role (in Cloudster.Samples.Text.Role.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool Compare(
	TextEntity otherText
)
Visual Basic (Declaration)
Public Function Compare ( _
	otherText As TextEntity _
) As Boolean
Visual C++
public:
bool Compare(
	TextEntity^ otherText
)

Parameters

otherText
Type: Cloudster.Samples.Text..::.TextEntity
Other text representation.

Return Value

Boolean inclusion.

See Also