PointF::Inequality Operator (PointF, PointF)
.NET Framework (current version)
Determines whether the coordinates of the specified points are not equal.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- left
-
Type:
System.Drawing::PointF
A PointF to compare.
- right
-
Type:
System.Drawing::PointF
A PointF to compare.
Return Value
Type: System::Booleantrue to indicate the X and Y values of left and right are not equal; otherwise, false.
The following code example demonstrates how to use the Inequality operator. To run this example, paste the following code into a Windows Form. Handle the form's Paint event and call AddExample, passing e as PaintEventArgs.
.NET Framework
Available since 1.1
Available since 1.1
Show: