Click or drag to resize

PointDInequality Operator

Determines if two PointD instances are not equal.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool operator !=(
	PointD lhs,
	PointD rhs
)

Parameters

lhs  PointD
The first point.
rhs  PointD
The second point.

Return Value

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