(Object another)
| 1908 | |
| 1909 | |
| 1910 | @Override |
| 1911 | public boolean equals(Object another) { |
| 1912 | if (another instanceof Sketch) { |
| 1913 | return getMainPath().equals(((Sketch) another).getMainPath()); |
| 1914 | } |
| 1915 | return false; |
| 1916 | } |
| 1917 | } |
no test coverage detected