QuadraticEntry.Equality 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 quadratic entry objects are equal.

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

Syntax

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

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

QuadraticEntry Structure

Microsoft.SolverFoundation.Services Namespace