Example #1
0
 public bool IsLine()
 {
     if (Point1.isequal(Point2))
     {
         return(false);
     }
     return(true);
 }