Scenario.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 scenario objects are equal.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Shared Operator = ( _
first As Scenario, _
second As Scenario _
) As Boolean
public static bool operator ==(
Scenario first,
Scenario second
)
public:
static bool operator ==(
Scenario first,
Scenario second
)
static let inline (=)
first:Scenario *
second:Scenario : bool
JScript does not support overloaded operators.
Parameters
- first
Type: Microsoft.SolverFoundation.Services.Scenario
The first scenario.
- second
Type: Microsoft.SolverFoundation.Services.Scenario
The second scenario.
Return Value
Type: System.Boolean
true if first is equal to second; 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.