Method Equals
Equals(BezierCurve)
Compare two curves for equality.
Declaration
public bool Equals(BezierCurve other)
Parameters
Type | Name | Description |
---|---|---|
BezierCurve | other | The curve to compare against. |
Returns
Type | Description |
---|---|
bool | Returns true when the control points of each curve are identical. |
Implements
Equals(object)
Compare against an object for equality.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The object to compare against. |
Returns
Type | Description |
---|---|
bool | Returns true when |