Click or drag to resize

Point2DEquality Operator

Compares two points with each other, and returns true if all coordinates are equal.

Namespace: RAYLASE.SPICE3.Utils
Assembly: RAYLASE.SPICE3.Utils (in RAYLASE.SPICE3.Utils.dll) Version: 3.4.1
Syntax
C#
public static bool operator ==(
	Point2D lhs,
	Point2D rhs
)

Parameters

lhs  Point2D
The first point.
rhs  Point2D
The second point.

Return Value

Boolean
True if both points are equal.
See Also