







![]() ![]() |
Optimization Framework |
Solution..::..Equals Method (IDictionary<(Of <(<'String, Double>)>)>) |
Solution Class See Also Send Feedback |
Indicates whether the variable values of this solution instance are equal to otherVariableValues.
Namespace: Optimization
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0
Syntax
C# |
---|
public bool Equals( IDictionary<string, double> otherVariableValues ) |
Visual Basic |
---|
Public Function Equals ( _ otherVariableValues As IDictionary(Of String, Double) _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Equals( IDictionary<String^, double>^ otherVariableValues ) sealed |
Parameters
- otherVariableValues
- Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, Double>)>)>
The variable values to compare to.
Return Value
[Missing <returns> documentation for "M:Optimization.Solution.Equals(System.Collections.Generic.IDictionary{System.String,System.Double})"]
Implements
IEquatable<(Of <(<'T>)>)>..::..Equals(T)
Exceptions
Exception | Condition |
---|---|
System..::..NotSupportedException | If this solution instance has status NoSolutionValues. |
System..::..ArgumentException | If the solutions' variable names do not fit to each other. |