Click or drag to resize

Point3DInequality Operator

Compares two points with each other, and returns true if at least one pair of coordinates are different.

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

Parameters

lhs  Point3D
The first point.
rhs  Point3D
The second point.

Return Value

Boolean
True if both points differ from each other.
See Also