Click or drag to resize

Point4DIntEquals(Point4DInt) 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.9.0
Syntax
C#
public bool Equals(
	Point4DInt other
)

Parameters

other  Point4DInt
The point to test.

Return Value

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