Determines if two SparseConstraintCoefficient objects are equal.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

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

Parameters

other
Type: CenterSpace.NMath.Analysis..::.ILinearConstraintCoefficients
Object to compare self to.

Return Value

true if self is equal to other.

Implements

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

See Also