LinearSolverSensitivityRange.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 sensitivity range objects are equal.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean
true if lssr1 is equal to lssr2; otherwise, false.

.NET Framework Security

See Also

Reference

LinearSolverSensitivityRange Structure

Microsoft.SolverFoundation.Services Namespace