Click or drag to resize

Point64Inequality Operator

Determines if two Point64 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 !=(
	Point64 lhs,
	Point64 rhs
)

Parameters

lhs  Point64
The first point.
rhs  Point64
The second point.

Return Value

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