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

operator() public static method

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