CRaPI - Correct Robust and Perfect API

Point2D.Equals Method 

Checks if this point have the same coordinate as a second point

public override bool Equals(
   object o
);

Parameters

o
The second point

Return Value

true if equal, otherwise false

See Also

Point2D Class | TeamYaffa.CRaPI.Utility Namespace | op_Equality