Click or drag to resize

VectorD2DInequality Operator

Checks if two vectors 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 !=(
	VectorD2D a,
	VectorD2D b
)

Parameters

a  VectorD2D
The first vector.
b  VectorD2D
The second vector.

Return Value

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