Click or drag to resize

XYInequality Operator

Determines whether two points are unequal.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static bool operator !=(
	XY a,
	XY b
)

Parameters

a
Type: Meta.NumericsXY
The first point.
b
Type: Meta.NumericsXY
The second point.

Return Value

Type: Boolean
if a and b refer to different points, otherwise .
See Also