Click or drag to resize

Point2DEquals(Point2D) Method

Specifies whether this point contains the same coordinates as the specified point.

Namespace: RAYLASE.SPICE3.Utils
Assembly: RAYLASE.SPICE3.Utils (in RAYLASE.SPICE3.Utils.dll) Version: 3.7.0
Syntax
C#
public bool Equals(
	Point2D other
)

Parameters

other  Point2D
The point to test.

Return Value

Boolean
True if other has the same coordinates as this Point2D.
See Also