Click or drag to resize

Point2DIntEquality 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.9.0
Syntax
C#
public static bool operator ==(
	Point2DInt lhs,
	Point2DInt rhs
)

Parameters

lhs  Point2DInt
The first point.
rhs  Point2DInt
The second point.

Return Value

Boolean
True if both points are equal.
See Also