C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls Namespace / PointF Structure / Inequality Operator
A PointF to compare.
A PointF to compare.

In This Topic
Inequality Operator (PointF)
In This Topic
Compares two PointF objects. The result specifies whether the values of the and Y properties of the two PointF objects are unequal.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal left As PointF, _
   ByVal right As PointF _
) As System.Boolean
 

Parameters

left
A PointF to compare.
right
A PointF to compare.

Return Value

true if the X and Y values of the left and right differ; otherwise, false.
See Also