Point.Inequality Operator

Compares two Point structures for inequality.

Definition

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static bool operator !=(
	Point point1,
	Point point2
)

Parameters

point1  Point
The first Point number.
point2  Point
The first Point number.

Return Value

Boolean
true if the two points are different; otherwise false.

See Also