CspTerm.LessThan Operator (CspTerm, CspTerm)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Returns a value that indicates whether one term is less than another term.

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Shared Operator < ( _
    term1 As CspTerm, _
    term2 As CspTerm _
) As CspTerm
public static CspTerm operator <(
    CspTerm term1,
    CspTerm term2
)
public:
static CspTerm^ operator <(
    CspTerm^ term1, 
    CspTerm^ term2
)
static let inline (<)
        term1:CspTerm * 
        term2:CspTerm  : CspTerm
JScript does not support overloaded operators.

Parameters

Return Value

Type: Microsoft.SolverFoundation.Solvers.CspTerm
A value that indicates whether term1 is less than term2.

.NET Framework Security

See Also

Reference

CspTerm Class

LessThan Overload

Microsoft.SolverFoundation.Solvers Namespace