PointF.op_Inequality
PointF Inequality operator
Determines whether the coordinates of the specified points are not equal.
public static bool operator !=(PointF left, PointF right)
| Parameter | Type | Description |
|---|---|---|
| left | PointF | First PointF to compare. |
| right | PointF | Second PointF to compare. |
Return Value
true to indicate the X and Y values of left and right are not equal; otherwise, false.
See Also
- struct PointF
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common