C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls Namespace / PointF Structure / Equals Method
The System.Object to test.

In This Topic
Equals Method (PointF)
In This Topic
Specifies whether this PointF contains the same coordinates as the specified PointF.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As System.Object _
) As System.Boolean
 

Parameters

obj
The System.Object to test.

Return Value

true if obj is a PointF and has the same coordinates as this PointF.
See Also