Click or drag to resize

LinearConstraintInequality Operator

Compares two LinearConstraint objects for inequaltiy.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static bool operator !=(
	LinearConstraint c1,
	LinearConstraint c2
)

Parameters

c1  LinearConstraint
LinearConstraint object.
c2  LinearConstraint
LinearConstraint object.

Return Value

Boolean
true if the constraints are not equal.
See Also