Click or drag to resize

Point4DEquality 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.5.2
Syntax
C#
public static bool operator ==(
	Point4D lhs,
	Point4D rhs
)

Parameters

lhs  Point4D
The first point.
rhs  Point4D
The second point.

Return Value

Boolean
True if both points are equal.
See Also