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