PointDEquality Operator

Operator for equal.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static bool operator ==(
	PointD a,
	PointD b
)

Parameters

a  PointD
First Point.
b  PointD
Second Point.

Return Value

Boolean
True if X and Y are the same.

See Also