Equality Operator
Equality(Point, Point)
Compares two Point objects. The result specifies whether the values of the X and Y properties of the two Point objects are equal.
Declaration
public static bool operator ==(Point left, Point right)
Parameters
Type | Name | Description |
---|---|---|
Point | left | |
Point | right |
Returns
Type | Description |
---|---|
System.Boolean |