Point.Inequality Operator
Compares two Point structures
for inequality.
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
true if the two points are different; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static bool operator !=(
Point point1,
Point point2
)
Parameters
Return Value
Booleantrue if the two points are different; otherwise false.