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)
ParameterTypeDescription
leftPointFFirst PointF to compare.
rightPointFSecond PointF to compare.

Return Value

true to indicate the X and Y values of left and right are not equal; otherwise, false.

See Also