CRaPI - Correct Robust and Perfect API

Point2D Inequality Operator 

Checks if two Point2D are inequal

public static bool operator !=(
   Point2D pP1,
   Point2D pP2
);

Parameters

pP1
Point 1
pP2
Point 2

Return Value

true if not equal

See Also

Point2D Class | TeamYaffa.CRaPI.Utility Namespace | op_Equality