op_Inequality

PointF Inequality operator

Determines whether the coordinates of the specified points are not equal.

public static bool operator !=(PointF point1, PointF point2)
ParameterTypeDescription
point1PointFA first PointF to compare.
point2PointFA 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