Overload List
| Name | Description | |
|---|---|---|
| Equals(LinearConstraint) |
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).
| |
| Equals(Object) |
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).
(Overrides Object..::.Equals(Object).) |