MCPcopy
hub / github.com/arduino/Arduino / equals

Method equals

arduino-core/src/processing/app/SketchFile.java:245–248  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

243 }
244
245 @Override
246 public boolean equals(Object o) {
247 return (o instanceof SketchFile) && file.equals(((SketchFile) o).file);
248 }
249
250 /**
251 * Load this piece of code from a file and return the contents. This

Callers 15

fixPreferencesMethod · 0.45
getNonEmptyMethod · 0.45
SerialMethod · 0.45
initMethod · 0.45
isSanitaryNameMethod · 0.45
loadHardwareMethod · 0.45
initParametersMethod · 0.45
getUnixBasedPortNamesMethod · 0.45
SketchFileMethod · 0.45
checkSketchFileMethod · 0.45

Calls

no outgoing calls

Tested by 2

testAllLocalesMethod · 0.36
matchesMethod · 0.36