Click or drag to resize

LinearConstraintEquality Operator

Compares two LinearConstraint objects for equaltiy.

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 equal.
See Also