Equals Method (Variable)

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Compares this instance to the specified other.

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

Syntax

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

Parameters

other
Type: Optimization..::..Variable
The other.

Return Value

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

See Also