Maps for ASP.NET Web Forms
Equals Method (PointF)

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls Namespace > PointF Structure : Equals Method
The System.Object to test.
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
public override System.bool Equals( 
   System.object obj
)

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

Reference

PointF Structure
PointF Members