Operator operator !=
operator !=(BezierCurve, BezierCurve)
Compare two curves for inequality.
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 false when the control points of each curve are identical. |