MegaMan.Common.Geometry.Point.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
        public static bool operator !=(Point p1, Point p2)
        {
            return !(p1 == p2);
        }