Operator operator ==
operator ==(BezierCurve, BezierCurve)
Compare two curves for equality.
Declaration
public static bool operator ==(BezierCurve left, BezierCurve right)
Parameters
Type | Name | Description |
---|---|---|
BezierCurve | left | The first curve. |
BezierCurve | right | The second curve. |
Returns
Type | Description |
---|---|
bool | Returns true when the control points of each curve are identical. |