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 static bool operator <=(
	TextEntity t1,
	TextEntity t2
)
Visual Basic (Declaration)
Public Shared Operator <= ( _
	t1 As TextEntity, _
	t2 As TextEntity _
) As Boolean
Visual C++
public:
static bool operator <=(
	TextEntity^ t1, 
	TextEntity^ t2
)

Parameters

t1
Type: Cloudster.Samples.Text..::.TextEntity
First text representation.
t2
Type: Cloudster.Samples.Text..::.TextEntity
Second text representation.

Return Value

Boolean inclusion.

See Also