Air_Hockey_Simulator.Physics.PointD.operator C# (CSharp) Method

operator() public static method

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