Point.Equality Operator
Compares two Point structures
for equality.
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
true if the two points are equal; 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 equal; otherwise false.