LinearEntry.Inequality Operator

[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 two linear entry objects are unequal.

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

Syntax

'Declaration
Public Shared Operator <> ( _
    le1 As LinearEntry, _
    le2 As LinearEntry _
) As Boolean
public static bool operator !=(
    LinearEntry le1,
    LinearEntry le2
)
public:
static bool operator !=(
    LinearEntry le1, 
    LinearEntry le2
)
static let inline (<>)
        le1:LinearEntry * 
        le2:LinearEntry  : bool
JScript does not support overloaded operators.

Parameters

Return Value

Type: System.Boolean
true if le1 is not equal to le2; otherwise, false.

.NET Framework Security

See Also

Reference

LinearEntry Structure

Microsoft.SolverFoundation.Services Namespace