Equals Method (IDictionary(String, Double))

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
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

ExceptionCondition
System..::..NotSupportedExceptionIf this solution instance has status NoSolutionValues.
System..::..ArgumentExceptionIf the solutions' variable names do not fit to each other.

See Also