|  | 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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic bool Equals(
	LinearConstraint other
)
Public Function Equals ( 
	other As LinearConstraint
) As Boolean
public:
virtual bool Equals(
	LinearConstraint^ other
) sealed
abstract Equals : 
        other : LinearConstraint -> bool 
override Equals : 
        other : LinearConstraint -> bool Parameters
- other  LinearConstraint
- Constraint to compare self to.
Return Value
Booleantrue if the constraints are equal.
Implements
IEquatableTEquals(T) See Also
See Also