[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Graphics.Point2d.op_Equality

operator == Operator

operator ==(Point2d, Point2d)

Checks whether two given Point2d are equal.

Declaration
public static bool operator ==(Point2d p1, Point2d p2)
Parameters
Type Name Description
Point2d p1

First Point2d to check.

Point2d p2

Second Point2d to check.

Returns
Type Description
bool

True if the two Point2d are equal, False otherwise.