MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / equals

Method equals

src/main/java/net/optifine/util/ArrayUtils.java:334–337  ·  view source on GitHub ↗
(Object o1, Object o2)

Source from the content-addressed store, hash-verified

332 }
333
334 public static boolean equals(Object o1, Object o2)
335 {
336 return o1 == o2 ? true : (o1 == null ? false : o1.equals(o2));
337 }
338
339 public static boolean isSameOne(Object a, Object[] bs)
340 {

Callers 15

equalsOneMethod · 0.95
parseFormatMethod · 0.45
compareMethod · 0.45
makePotionPropertiesMethod · 0.45
getPotionNameDamageMethod · 0.45
parseBooleanMethod · 0.45
isSameLeavesMethod · 0.45
getTextureLocationMethod · 0.45
parseScaleModeMethod · 0.45
readDyeColorsMethod · 0.45
getPotionIdMethod · 0.45
getMapColorIndexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected