PointF.op_Inequality
PointF Inequality operator
Determines whether the coordinates of the specified points are not equal.
public static bool operator !=(PointF point1, PointF point2)
Parameter | Type | Description |
---|---|---|
point1 | PointF | A first PointF to compare. |
point2 | PointF | A second PointF to compare. |
Return Value
True to indicate the X
and Y
values of point1 and point2 are not equal; otherwise, false.
See Also
- struct PointF
- namespace Aspose.Imaging
- assembly Aspose.Imaging