MCPcopy Index your code
hub / github.com/benfry/processing4 / equals

Method equals

app/src/processing/app/Sketch.java:1910–1916  ·  view source on GitHub ↗
(Object another)

Source from the content-addressed store, hash-verified

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}

Callers 15

menuSelectedMethod · 0.95
LanguageMethod · 0.45
useInputMethodMethod · 0.45
PlatformClass · 0.45
getContentFileMethod · 0.45
runMethod · 0.45
initMethod · 0.45
isPlatformSpecificMethod · 0.45
getFontMethod · 0.45
showCustomQuestionMethod · 0.45
copyDirMethod · 0.45
calcFolderSizeMethod · 0.45

Calls 1

getMainPathMethod · 0.95

Tested by

no test coverage detected