Air_Hockey_Simulator.Physics.PointD.operator C# (CSharp) Méthode

operator() public static méthode

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