- Declared in: RT.Util.Geometry.PointD
Declaration
public static bool operator==(
PointD one,
PointD other
)
Summary
Compares two
PointD objects for equality.
Parameters
PointD | one |
First object to compare. |
PointD | other |
Object to compare against. |
Returns
True if considered equal.