Method Equals
Equals(Constraint)
Tests if this Constraint is considered equal to another.
Declaration
public bool Equals(Constraint other)
Parameters
Type | Name | Description |
---|---|---|
Constraint | other | The constraint to compare to this object. |
Returns
Type | Description |
---|---|
bool | True if the objects are considered equal, false if they are not. |
Implements
Equals(object)
Tests if this object is considered equal to another.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The object to compare to this object. |
Returns
Type | Description |
---|---|
bool | True if the objects are considered equal, false if they are not. |