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

operator() public static méthode

public static operator ( ) : bool
Résultat bool
        public static bool operator !=(Line l1, Line l2)
        {
            return !(l1 == l2);
        }