Click or drag to resize
AB4D logo

MathUtilsIsSame(Point, Point) Method

Returns true if the specified Point are same (taking double precision errors into account).

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
public static bool IsSame(
	Point position1,
	Point position2
)

Parameters

position1  Point
first Point
position2  Point
second Point

Return Value

Boolean
true if value1 is same as value2
See Also