Click or drag to resize

LinearConstraintEquals(LinearConstraint) Method

Returns true if the given LinearConstraint is equal to self. Two constraints are equal if they have the same coefficients, right hand side, and are of the same type (equality or inequality).

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool Equals(
	LinearConstraint other
)

Parameters

other  LinearConstraint
Constraint to compare self to.

Return Value

Boolean
true if the constraints are equal.

Implements

IEquatableTEquals(T)
See Also