Click or drag to resize

PointD2DInequality Operator

Checks if two points are not equal.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool operator !=(
	PointD2D p,
	PointD2D q
)

Parameters

p  PointD2D
The first point.
q  PointD2D
The second point.

Return Value

Boolean
if the points are not equal; otherwise, .
See Also