PointDInequality Operator

Operator not 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 or Y is different.

See Also