Point.Equality Operator

Compares two Point structures for equality.

Definition

Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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 equal; otherwise false.

See Also