Maps for ASP.NET Web Forms
Equality Operator (PointF)

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls Namespace > PointF Structure : Equality Operator
A PointF to compare.
A PointF to compare.
Compares two PointF objects. The result specifies whether the values of the X and properties of the two PointF objects are equal.
Syntax
'Declaration
 
Public Operator =( _
   ByVal left As PointF, _
   ByVal right As PointF _
) As System.Boolean
public System.bool operator ==( 
   PointF left,
   PointF right
)

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 are equal; otherwise, false.
See Also

Reference

PointF Structure
PointF Members
Y Property