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#
true if the two points are different; otherwise false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static bool operator !=(
Point point1,
Point point2
)
Parameters
Return Value
Booleantrue if the two points are different; otherwise false.