LinearSolverSensitivityRange.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 sensitivity range objects are unequal.
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
- lssr1
Type: Microsoft.SolverFoundation.Services.LinearSolverSensitivityRange
The first sensitivity range object.
- lssr2
Type: Microsoft.SolverFoundation.Services.LinearSolverSensitivityRange
The second sensitivity range object.
Return Value
Type: System.Boolean
true if lssr1 is not equal to lssr2; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.