Click or drag to resize

LinearConstraintEquals(Object) 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 override bool Equals(
	Object obj
)

Parameters

obj  Object
Constraint to compare self to.

Return Value

Boolean
true if the constraints are equal.
See Also