Equals Method (Solution)

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Indicates whether the objective values of this solution instance are equal to others.

Namespace: Optimization
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

Syntax

C#
public bool Equals(
	Solution other
)
Visual Basic
Public Function Equals ( _
	other As Solution _
) As Boolean
Visual C++
public:
virtual bool Equals(
	Solution^ other
) sealed

Parameters

other
Type: Optimization..::..Solution
The Solution to compare to.

Return Value

[Missing <returns> documentation for "M:Optimization.Solution.Equals(Optimization.Solution)"]

Implements

IEquatable<(Of <(<'T>)>)>..::..Equals(T)

Exceptions

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

See Also